import { PipeTransform } from '@angular/core'; export declare class DurationFormatPipe implements PipeTransform { transform(value: any, arg1: any, arg2: any): any; private format; }