import { LangInterface } from './types';
declare const lang: LangInterface;
export default lang;
