#!/usr/bin/env node
import { Command } from 'commander';
/**
 * Sets up the CLI program with all commands
 */
export declare function setupCli(): Command;
/**
 * Run the CLI program
 */
export declare function runCli(): void;
//# sourceMappingURL=index.d.ts.map