import type { WorkOrderType } from '../types/recordTypes.js'; export declare function getWorkOrderTypes(): Promise; export default getWorkOrderTypes;