/** * cv whiteboard — create and publish Mermaid diagrams to CareerVivid * * Usage: * cv whiteboard new Interactive wizard to scaffold a .mmd file * cv whiteboard new --template flowchart Create a flowchart template * cv whiteboard publish diagram.mmd Publish an existing .mmd file * cv whiteboard list-templates List all available diagram templates */ import { Command } from "commander"; export declare function registerNewCommand(program: Command | any): void; export declare function registerListTemplatesCommand(program: Command | any): void; export declare function registerWhiteboardCommand(program: Command): void; //# sourceMappingURL=whiteboard.d.ts.map