export declare class DateUtil { static removeTimezone(value: string): string; static toE8601DZw(value: string, removeTimezone?: boolean | false): string; private static E8601DZw; private static pad; private static getOffset; }