import { Command } from 'commander';
import { CommandLineConfigOverrides } from '@gaunt-sloth/core/config.js';
export declare function reviewCommand(program: Command, cliConfigOverrides: CommandLineConfigOverrides): void;
