import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare class TemplateOperations { private static convertIsoToUnixTimestamp; private static convertUnixTimestampToIso; private static parseResponse; listCategories(this: IExecuteFunctions, i: number): Promise; listTags(this: IExecuteFunctions, i: number): Promise; updateTemplate(this: IExecuteFunctions, i: number): Promise; listTemplates(this: IExecuteFunctions, i: number): Promise; uploadTemplate(this: IExecuteFunctions, i: number): Promise; downloadTemplate(this: IExecuteFunctions, i: number): Promise; deleteTemplate(this: IExecuteFunctions, i: number): Promise; }