import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class QuickBooks implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getCustomers(this: ILoadOptionsFunctions): Promise; getCustomFields(this: ILoadOptionsFunctions): Promise; getDepartments(this: ILoadOptionsFunctions): Promise; getItems(this: ILoadOptionsFunctions): Promise; getMemos(this: ILoadOptionsFunctions): Promise; getPurchases(this: ILoadOptionsFunctions): Promise; getTaxCodeRefs(this: ILoadOptionsFunctions): Promise; getTerms(this: ILoadOptionsFunctions): Promise; getVendors(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=QuickBooks.node.d.ts.map