/** * Development command implementation */ import type { DevOptions, CommandContext, CommandResult } from '../types/cli-types.js'; /** * Start development mode with hot reloading */ export declare function devCommand(target: string | undefined, options: DevOptions, context: CommandContext): Promise; //# sourceMappingURL=dev.d.ts.map