import { Command } from 'commander'; /** Split from index.ts so tests can drive the real program instead of hand-assembling one. */ export declare function buildProgram(argv?: string[]): Promise<{ program: Command; uninstallNotice: () => void; }>;