import { ZoneId } from './ZoneId.js'; export declare abstract class TimeZone { static browser(): ZoneId; }