export declare const getTimeZoneCode: (date: Date) => string;
export declare const appendTimeZoneCode: (date: string) => string;
