import { AddCmd } from "./add/AddCmd.js";
import { GenerateCmd } from "./generate/GenerateCmd.js";
import { InitCmd } from "./init/InitCmd.js";
import { RunCmd } from "./run/RunCmd.js";
import { UpdateCmd } from "./update/UpdateCmd.js";
declare const _default: (typeof AddCmd | typeof GenerateCmd | typeof InitCmd | typeof RunCmd | typeof UpdateCmd)[];
export default _default;
