import { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; declare function getCampaigns(this: ILoadOptionsFunctions, filter?: string): Promise; declare function getEmailAccounts(this: ILoadOptionsFunctions, filter?: string): Promise; declare function getLeads(this: ILoadOptionsFunctions, filter?: string): Promise; export declare class InstantlyApi implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; methods: { listSearch: { getCampaigns: typeof getCampaigns; getEmailAccounts: typeof getEmailAccounts; getLeads: typeof getLeads; }; loadOptions: { getEmailAccounts(this: ILoadOptionsFunctions): Promise; }; }; } export {}; //# sourceMappingURL=InstantlyApi.node.d.ts.map