import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export declare class FormatAmountPipe implements PipeTransform { transform(value: number | string | null | undefined, shortFormat?: boolean, decimalPlaces?: number): string; private getShortFormat; private formatWithThousandSeparators; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }