// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** * An immutable IO layout. Wraps * {@link crate::simulation::typed_executor::IoLayout}. */ export class IoLayout { /** @internal */ get ffiValue(): pointer; /** @internal */ constructor(); /** * Input names as a JSON array string. */ inputNamesJson(): string; /** * Output names as a JSON array string. */ outputNamesJson(): string; }