import { Command } from "commander"; import type { CommandContext } from "../../../types.js"; import { type SetExitCode } from "../../shared.js"; export declare function createValidateCommand(context: CommandContext, setExitCode: SetExitCode): Command; //# sourceMappingURL=index.d.ts.map