import { Command } from 'commander'; export declare function createValidateBoardCommand(): Command; export declare function createValidateSpawnCommand(): Command; /** * Create the validate command group with all subcommands. */ export declare function createValidateGroup(): Command; //# sourceMappingURL=validate.d.ts.map