export declare const getOffSetString: (timeZone: any) => string; export declare const getNumericOffset: (offsetString: any) => number; export declare const getGmtAndOffset: (timeZone: any) => { gmt: string; numericOffset: number; };