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