import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class Xero implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getItemCodes(this: ILoadOptionsFunctions): Promise; getAccountCodes(this: ILoadOptionsFunctions): Promise; getTenants(this: ILoadOptionsFunctions): Promise; getBrandingThemes(this: ILoadOptionsFunctions): Promise; getCurrencies(this: ILoadOptionsFunctions): Promise; getTrakingCategories(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Xero.node.d.ts.map