import type { Localization } from './types'; /** * Russian localization generated with GPT-4 */ declare const locale: Localization; export default locale; //# sourceMappingURL=ru.d.ts.map