import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare const getPipelines: (this: ILoadOptionsFunctions) => Promise; export declare const getStatusesWithPipeline: (this: ILoadOptionsFunctions) => Promise; export declare const getStatusesWithoutUnsorted: (this: ILoadOptionsFunctions) => Promise; export declare const getCatalogs: (this: ILoadOptionsFunctions) => Promise; export declare const getCatalogElements: (this: ILoadOptionsFunctions) => Promise; export declare const getActiveUsers: (this: ILoadOptionsFunctions) => Promise; export declare const getActiveUsersWithRobot: (this: ILoadOptionsFunctions) => Promise; export declare const getLeadCustomFields: (this: ILoadOptionsFunctions) => Promise; export declare const getContactCustomFields: (this: ILoadOptionsFunctions) => Promise; export declare const getCompanyCustomFields: (this: ILoadOptionsFunctions) => Promise; export declare const getCustomerCustomFields: (this: ILoadOptionsFunctions) => Promise; export declare const getCustomerSegmentCustomFields: (this: ILoadOptionsFunctions) => Promise; export declare const getCatalogCustomFields: (this: ILoadOptionsFunctions) => Promise; export declare const getLossReasons: (this: ILoadOptionsFunctions) => Promise; export declare const getTags: (this: ILoadOptionsFunctions) => Promise; export declare const getTaskTypes: (this: ILoadOptionsFunctions) => Promise;