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