/** * [WHO]: Main CLI handler, orchestrates SDK initialization and mode dispatch * [FROM]: Depends on cli/*, core/*, modes/*, packages/*, config.ts * [TO]: Consumed by cli.ts * [HERE]: CLI layer; parses args → CreateAgentSessionOptions → mode selection */ export declare function main(args: string[]): Promise;