declare function getLang(langPath: string): Record<string, string>;
export default getLang;
