import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CurrencyColfuturoPipe implements PipeTransform { private DECIMAL_SEPARATOR; private THOUSANDS_SEPARATOR; private ZERO; constructor(); transform(value: number | string, fractionSize?: number): string; parse(value: string, fractionSize?: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }