/**
 * A list of the main global timeZones to use for handling dates (via their offsets).
 */
export declare const TIMEZONE_OFFSETS: Record<string, string>;
