/** * Extracts timezone offset from ISO8601 date string. */ export declare function parseTimezoneOffset(isoDate: string): number;