import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare const loadOptions: {
    getOrganizations(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getUsers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getTeams(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getPipelines(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getStages(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getCampaigns(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getSources(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getLossReasons(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getProducts(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getContactCustomFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getDealCustomFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getOrganizationCustomFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
    getProductCustomFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
};
