/** * F5 CLI - Document Commands * Excel-to-Markdown document pipeline with version control * * @module @f5/cli/commands/doc * @version 1.0.0 */ import { Command } from 'commander'; export declare function DocCommand(program: Command): void; export default DocCommand;