import { Command } from "commander";
/**
 * Register all document-related commands
 */
export declare function registerDocumentCommands(program: Command): void;
