type Lang = 'zh' | 'en';
export declare function getLang(): Lang;
export declare function t(zh: string, en?: string): string;
export {};
//# sourceMappingURL=i18n.d.ts.map