import { IObservable, IObservablePipe } from '@lifaon//rx-js-light'; import { INumberFormatOptions } from '../number-format.type'; import { ILocales } from '../../locales/locales.type'; export interface ICurrencyFormatOptions extends Omit, Required> { } export declare function currencyFormatObservablePipe(locales: IObservable, options: IObservable): IObservablePipe;