interface ValidateOptions { format: 'console' | 'json'; files?: string[]; all?: boolean; treeSitterMode?: boolean; compareMethods?: boolean; experimental?: boolean; reportDifferences?: boolean; } export declare function validateCommand(options: ValidateOptions): Promise; export {}; //# sourceMappingURL=validate.d.ts.map