export declare enum AppLangEvent { CHANGE = 0 } export interface AppLangEventPayloadsMap { [AppLangEvent.CHANGE]: string; } export type Translations = Record>;