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