import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TimezoneformatPipe implements PipeTransform { transform(value: string | null | undefined, prefs?: { timeZone: string; dateFormat: string; timeFormat: string; }, formatType?: 'date' | 'time' | 'datetime'): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }