import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Freshdesk implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getAgents(this: ILoadOptionsFunctions): Promise; getGroups(this: ILoadOptionsFunctions): Promise; getProducts(this: ILoadOptionsFunctions): Promise; getCompanies(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Freshdesk.node.d.ts.map