import type { ValidationResult } from "../../shared/types.js"; /** * Validates command contract fields only (structural fields). * SDK-driven fields (agent, subtask, model, tools) are NOT validated here * as they inherit from runtime context. */ export declare function validateCommandContract(args: Record): ValidationResult; //# sourceMappingURL=validate-command.d.ts.map