import type { ILoadOptionsFunctions, ResourceMapperFields } from 'n8n-workflow'; export declare function getAlertFields(this: ILoadOptionsFunctions): Promise; export declare function getAlertUpdateFields(this: ILoadOptionsFunctions): Promise; export declare function getCaseFields(this: ILoadOptionsFunctions): Promise; export declare function getCaseUpdateFields(this: ILoadOptionsFunctions): Promise; export declare function getTaskFields(this: ILoadOptionsFunctions): Promise; export declare function getTaskUpdateFields(this: ILoadOptionsFunctions): Promise; export declare function getLogFields(this: ILoadOptionsFunctions): Promise; export declare function getObservableFields(this: ILoadOptionsFunctions): Promise; export declare function getObservableUpdateFields(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=resourceMapping.d.ts.map