// generated by diplomat-tool import type { UtcOffset } from "./UtcOffset" import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** See the [Rust documentation for `UtcOffsets`](https://docs.rs/icu/latest/icu/time/zone/struct.UtcOffsets.html) for more information. */ export class UtcOffsets { get standard() : UtcOffset; get daylight() : UtcOffset | null; }