/** * Main CLI entry point for Context-Pods */ import { Command } from 'commander'; /** * Create and configure the CLI program */ export declare function createProgram(): Command; /** * Main CLI entry point */ export declare function main(argv: string[]): Promise; //# sourceMappingURL=cli.d.ts.map