import * as moment from 'moment'; import { PipeTransform } from '@angular/core'; import { NgxMomentOptions } from './moment-options'; import * as ɵngcc0 from '@angular/core'; export declare class DurationPipe implements PipeTransform { allowedUnits: Array; constructor(momentOptions?: NgxMomentOptions); transform(value: moment.DurationInputArg1, ...args: string[]): string; private _applyOptions; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵpipe: ɵngcc0.ɵɵPipeDeclaration; } //# sourceMappingURL=duration.pipe.d.ts.map