import { t as Command } from "../index-DncR1eRv.js"; //#region src/commands/commands.d.ts /** * Display the command tree for a kidd CLI project. * * Loads the project's `kidd.config.ts` to locate the commands directory, * scans it with the autoloader, and prints an ASCII tree of all discovered * commands and subcommands. */ declare const commandsCommand: Command; //#endregion export { commandsCommand as default }; //# sourceMappingURL=commands.d.ts.map