import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function loadResponders(this: ILoadOptionsFunctions): Promise; export declare function loadAnalyzers(this: ILoadOptionsFunctions): Promise; export declare function loadCustomFields(this: ILoadOptionsFunctions): Promise; export declare function loadObservableTypes(this: ILoadOptionsFunctions): Promise; export declare function loadCaseAttachments(this: ILoadOptionsFunctions): Promise; export declare function loadLogAttachments(this: ILoadOptionsFunctions): Promise; export declare function loadAlertStatus(this: ILoadOptionsFunctions): Promise; export declare function loadCaseStatus(this: ILoadOptionsFunctions): Promise; export declare function loadCaseTemplate(this: ILoadOptionsFunctions): Promise; export declare function loadUsers(this: ILoadOptionsFunctions): Promise; export declare function loadAlertFields(this: ILoadOptionsFunctions): Promise; export declare function loadCaseFields(this: ILoadOptionsFunctions): Promise; export declare function loadObservableFields(this: ILoadOptionsFunctions): Promise; export declare function loadTaskFields(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=loadOptions.d.ts.map