/** * Check command - Schema validation and drift detection for MCP servers. * * Purpose: Fast, free, deterministic checking of MCP server contracts. * Output: Documentation and/or JSON report (controlled by output.format) * Baseline: Full support (save, compare, diff) * LLM: None required */ import { Command } from 'commander'; export declare const checkCommand: Command; //# sourceMappingURL=check.d.ts.map