import { Command } from 'commander'; /** * Load extensions that may register CLI commands (manifest-only skip when nothing would activate). */ export declare function registerExtensionCliCommands(program: Command): Promise;