import { t as Command } from "../index-DncR1eRv.js"; //#region src/commands/dev.d.ts /** * Start a kidd CLI project in development mode with file watching. * * Loads the project's `kidd.config.ts`, starts the bundler in watch mode, and * logs rebuild status on each successful build. */ declare const devCommand: Command; //#endregion export { devCommand as default }; //# sourceMappingURL=dev.d.ts.map