import { GuxTimeZoneIdentifier } from '../../../i18n/time-zone/types'; export declare function shortenZone(zone: string): string; export declare function getLocalizedOffset(localizedUTC: string, timeZoneId: GuxTimeZoneIdentifier): string;