/** * Validate command - Comprehensive validation of all Principal View artifacts * * This command validates: * - Canvas files (.canvas, .otel.canvas) * - Workflow templates (.workflow.json) * - Execution artifacts (.otel.json) * - Component library (library.yaml) */ import { Command } from 'commander'; export declare function createValidateCommand(): Command; //# sourceMappingURL=validate.d.ts.map