export declare const command = "scripting"; export declare const desc = "Generate mulmocast script"; export { builder } from "./builder.js"; export { handler } from "./handler.js";