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