import type { IExecuteFunctions, ICredentialsDecrypted, ICredentialTestFunctions, ILoadOptionsFunctions, INodeCredentialTestResult, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Odoo implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getModelFields(this: ILoadOptionsFunctions): Promise; getModels(this: ILoadOptionsFunctions): Promise; getStates(this: ILoadOptionsFunctions): Promise; getCountries(this: ILoadOptionsFunctions): Promise; }; credentialTest: { odooApiTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Odoo.node.d.ts.map