import { WindowHapiUtils } from "../_window/utils.types"; import { WindowHapiModuleWithConstructorArgs } from "../_window"; import { AlertKey } from "./enums"; export type WindowHapiUtilsAlert = WindowHapiModuleWithConstructorArgs<{ alertKeys: typeof AlertKey; }, { readonly utils: WindowHapiUtils; }>; //# sourceMappingURL=utils.types.d.ts.map