import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Pipedrive implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getActivityTypes(this: ILoadOptionsFunctions): Promise; getFilters(this: ILoadOptionsFunctions): Promise; getOrganizationIds(this: ILoadOptionsFunctions): Promise; getUserIds(this: ILoadOptionsFunctions): Promise; getDeals(this: ILoadOptionsFunctions): Promise; getProducts(this: ILoadOptionsFunctions): Promise; getProductsDeal(this: ILoadOptionsFunctions): Promise; getStageIds(this: ILoadOptionsFunctions): Promise; getOrganizationCustomFields(this: ILoadOptionsFunctions): Promise; getDealCustomFields(this: ILoadOptionsFunctions): Promise; getPersonCustomFields(this: ILoadOptionsFunctions): Promise; getPersonLabels(this: ILoadOptionsFunctions): Promise; getOrganizationLabels(this: ILoadOptionsFunctions): Promise; getPersons(this: ILoadOptionsFunctions): Promise; getLeadLabels(this: ILoadOptionsFunctions): Promise; getDealLabels(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Pipedrive.node.d.ts.map