/** * Main entry point for the coding agent CLI. * * This file handles CLI argument parsing and translates them into * createAgentSession() options. The SDK does the heavy lifting. */ export declare function main(args: string[]): Promise; //# sourceMappingURL=main.d.ts.map