declare const _default: { setGlobalT: (t: (key: string) => string) => void; getGlobalT: () => (key: string) => string; }; export default _default;