export declare const command = "complete "; export declare const desc = "Complete MulmoScript with schema defaults and optional style"; export { builder } from "./builder.js"; export { handler } from "./handler.js";