/** * `skills validate` command — Validate a skill against the Agent Skills specification */ import { Command } from 'commander'; export declare function registerValidateCommand(program: Command): void; //# sourceMappingURL=validate.d.ts.map