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