import { CakemailAPI } from '../cakemail-api.js';
export declare function handleListTemplates(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleCreateTemplate(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleGetTemplate(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleUpdateTemplate(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleDeleteTemplate(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleDuplicateTemplate(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleRenderTemplate(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
//# sourceMappingURL=templates.d.ts.map