// generated by diplomat-tool
import type { TimeZone } from "./TimeZone"
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";



/**
 * See the [Rust documentation for `TimeZoneAndCanonicalAndNormalized`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.TimeZoneAndCanonicalAndNormalized.html) for more information.
 */
export class TimeZoneAndCanonicalAndNormalized {
    get timeZone(): TimeZone;
    get canonical(): string;
    get normalized(): string;
    /** @internal */
    constructor();

}