import { WindowHapiUtils } from "../_window/utils.types"; import { WindowHapiModuleWithConstructorArgs } from "../_window"; import { LanguageSupportedLocale } from "./enums"; export type WindowHapiUtilsLanguage = WindowHapiModuleWithConstructorArgs<{ localeKeys: typeof LanguageSupportedLocale; localesSupportedByBackend: LanguageSupportedLocale[]; }, { readonly utils: WindowHapiUtils; }>; //# sourceMappingURL=utils.types.d.ts.map