import { Command } from 'commander';
/**
 * Handle the main CLI options (list, set-llm-cli, completion, etc.)
 */
export declare const handleMainOptions: (options: Record<string, unknown>, complete: unknown) => void;
/**
 * Set up the main CLI program with all options and commands
 */
export declare const setupCli: () => Command;
//# sourceMappingURL=setup.d.ts.map