/** * Generates documentation for a CLI command and its subcommands. * @param command The base CLI command to document. * @returns A Promise resolving to a string containing the generated Markdown documentation. */ export declare function generateCommandDocumentation(command: string): Promise;