import { CommandContext } from "../context.mjs";

//#region src/commands/dev.d.ts
declare function dev(ctx: CommandContext): Promise<void>;
//#endregion
export { dev };
//# sourceMappingURL=dev.d.mts.map