/** * A complicated merge of timezones from the underlying Javascript engine * and a list exported from Wikipedia. * * Why? The `Int.supportedValuesOf('timeZone')` we use provide only * canonical/standardized timezone values like `Europe/Stockholm` * but does not list accepted aliases like `ETC/Gmt`, `CET` or `Canada/Atlantic`. */ export declare const TIMEZONES: any;