import { IObservable, IObservablePipe } from '@lifaon/rx-js-light'; import { ILocales } from '../../../locales/locales.type'; import { INumberFormatValue } from '../../number-format.type'; import { IUnitFormatOptions } from './unit-format-options.type'; export declare function unitFormatObservablePipe(locales: IObservable, options: IObservable): IObservablePipe;