#!/usr/bin/env node /** * Validate Command * * Validates context files and AI tool configurations for correctness. */ import { Command } from 'commander'; export declare const validateCommand: Command; //# sourceMappingURL=validate.d.ts.map