import { type IExecuteFunctions, type ICredentialsDecrypted, type ICredentialTestFunctions, type INodeCredentialTestResult, type INodeExecutionData, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class Onfleet implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { onfleetApiTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; loadOptions: { getTeams(this: import("n8n-workflow").ILoadOptionsFunctions): Promise; getWorkers(this: import("n8n-workflow").ILoadOptionsFunctions): Promise; getAdmins(this: import("n8n-workflow").ILoadOptionsFunctions): Promise; getHubs(this: import("n8n-workflow").ILoadOptionsFunctions): Promise; getTimezones(this: import("n8n-workflow").ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Onfleet.node.d.ts.map