/**
 * time zone as hour and minute offset from UTC (e.g. +0900)
 */
declare function timezoneOffset(date: any): string;
export default timezoneOffset;
