/** * Entry point for the CLI application. * Parses arguments, registers subcommands, and dispatches to handlers. * * @param argv - The raw argv array (typically `process.argv`) */ export declare function main(argv: string[]): Promise;