import type { Command as ICommand } from "../types/command.d.ts"; /** * Generates README documentation for cerebro CLI commands. */ declare const readmeCommand: ICommand; export default readmeCommand;