/** * Init subcommands: check, skills, hooks */ import type { Command } from '../types.js'; export declare const checkCommand: Command; export declare const skillsCommand: Command; export declare const hooksCommand: Command; //# sourceMappingURL=init-subcommands.d.ts.map