import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export declare class AnnaConvertZeroOrNullOrUndefinedPipe implements PipeTransform { transformer: ((value: any, convertTo: any) => number | string) & import("lodash").MemoizedFunction; transform(value: any, convertTo: any): number | string; replace(value: any, convertTo: any): number | string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }