import type { Struct } from "./struct"; export type Schema = { render: Render; struct: Struct; inputs: Record; params: Record; }; //# sourceMappingURL=schema.d.ts.map