export interface ILangRulesService {
    applyRule(count: number, forms: string[]): string;
}
