import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Salesmate implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getUsers(this: ILoadOptionsFunctions): Promise; getContacts(this: ILoadOptionsFunctions): Promise; getCompanies(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Salesmate.node.d.ts.map