import { PipeTransform } from '@angular/core'; import * as moment from 'moment'; import * as ɵngcc0 from '@angular/core'; export declare class UtcPipe implements PipeTransform { transform(value: moment.MomentInput): moment.Moment; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵpipe: ɵngcc0.ɵɵPipeDeclaration; } //# sourceMappingURL=utc.pipe.d.ts.map