export declare const setLanguage: (lang: string) => void; declare const t: (name: string, ...val: string[]) => string; export default t;