import { DecimalPipe } from '@angular/common'; import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PvCountdownFormatPipe implements PipeTransform { private decimalPipe; constructor(decimalPipe: DecimalPipe); transform(secondsValue: number, showZeroHours?: boolean, showZeroMinutes?: boolean, showSuffix?: boolean): string; private formatValue; private evaluateAndFormat; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } //# sourceMappingURL=countdown.pipe.d.ts.map