import { type CliOptions } from './options.js'; /** * Handle the main validate command. * Returns an exit code: 0 = success, 1 = failure. */ export declare function handleValidateCommand(options: CliOptions): Promise;