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