/** * CLI interface for the `registry` subcommand. * * Manages the local npm registry lifecycle. */ /** * Run a `registry` subcommand. * * @param binName - The CLI name for help text * @param args - Arguments after "registry" */ export declare function runRegistryCommand(binName: string, args: string[]): Promise;