import { type PipeTransform } from '@angular/core'; import { type TuiCurrencyVariants } from '@taiga-ui/addon-commerce/types'; import { type Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiDecimalPipe implements PipeTransform { private readonly format; private readonly amountPipe; transform(value: number, currency?: TuiCurrencyVariants): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }