import { Command } from 'commander';
import { CommandLineConfigOverrides } from '#src/config.js';
export declare function codeCommand(program: Command, commandLineConfigOverrides: CommandLineConfigOverrides): void;
