export declare const command = "story_to_script "; export declare const desc = "Generate Mulmo script from story"; export { builder } from "./builder.js"; export { handler } from "./handler.js";