export declare const getUserLanguage: () => string;
export declare const translate: (key: string, lang?: string | null) => string;
