import { IObservable } from '@lifaon/rx-js-light'; import { ILocales } from '../locales/locales.type'; import { IPluralRulesValue } from '../plural-rules/plural-rules.type'; import { ITranslations } from './translations.type'; export declare function pluralRulesTranslationsObservable(locales: IObservable, translations: IObservable, key: string, count: IObservable, countKey: string): IObservable;