import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class InvoiceNinja implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getClients(this: ILoadOptionsFunctions): Promise; getProjects(this: ILoadOptionsFunctions): Promise; getInvoices(this: ILoadOptionsFunctions): Promise; getCountryCodes(this: ILoadOptionsFunctions): Promise; getVendors(this: ILoadOptionsFunctions): Promise; getExpenseCategories(this: ILoadOptionsFunctions): Promise; getBankIntegrations(this: ILoadOptionsFunctions): Promise; getPayments(this: ILoadOptionsFunctions): Promise; getCurrencies(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=InvoiceNinja.node.d.ts.map