declare const enUs: { yes: string; no: string; 'popup-window-hint': string; }; type TransKey = keyof typeof enUs; export declare const t: (key: TransKey) => string; export {};