import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeType, INodeTypeDescription, INodeListSearchResult } from 'n8n-workflow'; export declare class PdfGeneratorApi implements INodeType { description: INodeTypeDescription; methods: { listSearch: { searchTemplates(this: ILoadOptionsFunctions, filter?: string): Promise; }; }; execute(this: IExecuteFunctions): Promise; }