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