export declare const slavic: (n: number, one: string, few: string, many: string) => string; export declare const czech: (n: number, one: string, few: string, many: string) => string; export declare const polish: (n: number, one: string, few: string, many: string) => string; export declare const slovenian: (n: number, one: string, two: string, few: string, many: string) => string; export declare const latvian: (n: number, one: string, many: string) => string; export declare const lithuanian: (n: number, one: string, few: string, many: string) => string;