import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getTimeOffTypeID(this: ILoadOptionsFunctions): Promise; export declare function getCompanyFileCategories(this: ILoadOptionsFunctions): Promise; export declare function getEmployeeDocumentCategories(this: ILoadOptionsFunctions): Promise; export declare function getEmployeeLocations(this: ILoadOptionsFunctions): Promise; export declare function getDepartments(this: ILoadOptionsFunctions): Promise; export declare function getDivisions(this: ILoadOptionsFunctions): Promise; export declare function getEmployeeFields(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=loadOptions.d.ts.map