export declare class DatePipe { zone: string; constructor(zone?: string); transform(date: Date, format: string): string; }