export { LangKey } from './packages';
export declare const t: <T = string>(key: string) => T;
