import { Command } from 'commander';
import { CommandLineConfigOverrides } from '@gaunt-sloth/core/config.js';
/**
 * Adds the ask command to the program
 * @param program - The commander program
 * @param commandLineConfigOverrides - command line config overrides
 */
export declare function askCommand(program: Command, commandLineConfigOverrides: CommandLineConfigOverrides): void;
