// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; // Base enumerator definition /** See the [Rust documentation for `RelativeUnit`](https://docs.rs/icu/latest/icu/calendar/week/enum.RelativeUnit.html) for more information. */ export class WeekRelativeUnit { constructor(value : WeekRelativeUnit | string); get value() : string; get ffiValue() : number; static Previous : WeekRelativeUnit; static Current : WeekRelativeUnit; static Next : WeekRelativeUnit; }