// generated by diplomat-tool import type { TimeZone } from "./TimeZone" import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; export class TimeZoneAndCanonicalAndNormalized { get timeZone() : TimeZone; get canonical() : string; get normalized() : string; }