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



/**
 * See the [Rust documentation for `categories`](https://docs.rs/icu/2.1.1/icu/plurals/struct.PluralRules.html#method.categories) for more information.
 */
export class PluralCategories {
    get zero(): boolean;
    get one(): boolean;
    get two(): boolean;
    get few(): boolean;
    get many(): boolean;
    get other(): boolean;
    /** @internal */
    constructor();

}