export default function enumsToOptions(enumObject: any, translateFile: string, t: any): {
    value: number;
    label: any;
}[];
