import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Sinch implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getWhatsAppTemplates(this: ILoadOptionsFunctions): Promise; getWhatsAppTemplateVariableCount(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; }