import { en } from './en';
import { RemovePluralsSuffix } from './types';
export declare const ru: RemovePluralsSuffix<typeof en>;
