import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare const loadOptionsV2: {
    getUsersV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getOrganizationsV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getSourcesV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getCampaignsV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getLossReasonsV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getSegmentsV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getPipelinesV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getStagesV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getContactCustomFieldsV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getDealCustomFieldsV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getOrganizationCustomFieldsV2(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
};
