export default function deleteWorkOrderLot(workOrderId: number | string, lotId: number | string, user: User): Promise<boolean>;