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