/** * Human renderer for `cleo schema `. * * Renders the OperationSchema as a formatted summary table including params, * gates, and examples — matching the inline `renderSchemaHuman` logic previously * in commands/schema.ts. * * Migrated from `packages/cleo/src/cli/renderers/system.ts` (T10131 — B6). * * @task T1729 * @task T10131 * @epic T1691 */ export declare function renderSchemaCommand(data: Record, quiet: boolean): string; //# sourceMappingURL=schema.d.ts.map