export declare function normalizeToIanaTimezone(timezone: string | undefined, fallback?: string): string;
export declare function convertToUTC(localDateTime: string, timezone: string): Date;
