import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FormatPricePipe implements PipeTransform { private decimalPipe; transform(price: number, marketBettingType?: string, isAveragePrice?: boolean, isIntermediatePrice?: boolean): string; formatHandicap(price: number, isAveragePrice: boolean, isIntermediatePrice: boolean): string; formatOdds(price: number, isAveragePrice: boolean, isIntermediatePrice: boolean): string; round(num: number, roundTo: number, format: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }