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