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



/**
 * See the [Rust documentation for `TimeZoneAndCanonicalAndNormalizedIter`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.TimeZoneAndCanonicalAndNormalizedIter.html) for more information.
 */
export class TimeZoneAndCanonicalAndNormalizedIterator {
    /** @internal */
    get ffiValue(): pointer;
    /** @internal */
    constructor();


    next(): IteratorResult<TimeZoneAndCanonicalAndNormalized>;
}