1// generated by diplomat-tool 2import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; 3 4 5/** See the [Rust documentation for `GraphemeClusterBreakIterator`](https://docs.rs/icu/latest/icu/segmenter/struct.GraphemeClusterBreakIterator.html) for more information. 6*/ 7 8 9export class GraphemeClusterBreakIteratorUtf16 { 10 11 get ffiValue(): pointer; 12 13 next(): number; 14}