import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PipeDurationTransformPipe implements PipeTransform { transform(data: number, type?: 'time24' | 'hms' | 'hour' | 'hms2H' | 'hms2M' | 'day' | 'DAYS'): any; defaultDuration(h: number, m: number, s: number): string; hmsCalculation(h: number, m: number, s: number, dur: string, type: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }