import { IObservable, IObservablePipe } from '@lifaon/rx-js-light'; import { ILocales } from '../../../locales/locales.type'; import { IRelativeTimeFormatOptions } from '../../relative-time-format.type'; import { IRelativeTimeFormatValueAndUnit } from './relative-time-format-with-value-and-unit.type'; export declare function relativeTimeFormatWithValueAndUnitObservablePipe(locales: IObservable, options?: IObservable): IObservablePipe;