import type { ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow"; export declare function loadContactPropertiesAsOptions(this: ILoadOptionsFunctions): Promise; export declare function loadDealPropertiesAsOptions(this: ILoadOptionsFunctions): Promise; export declare function loadPipelines(this: ILoadOptionsFunctions): Promise; export declare function loadStages(this: ILoadOptionsFunctions): Promise; export declare function loadForms(this: ILoadOptionsFunctions): Promise; export declare function loadTriggerActionButtons(this: ILoadOptionsFunctions): Promise;