import { IObservable } from '@lifaon/rx-js-light'; import { ILocales } from '../locales/locales.type'; import { IListFormatOptions, IListFormatResult, IListFormatValue } from './list-format.type'; export declare function listFormatObservable(value: IObservable, locales: IObservable, options?: IObservable): IObservable;