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