// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; // Base enumerator definition export class BidiDirection { constructor(value : BidiDirection | string); get value() : string; get ffiValue() : number; static Ltr : BidiDirection; static Rtl : BidiDirection; static Mixed : BidiDirection; }