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