import { ICommand } from '../drpm.js'; export declare class RegistryCommand implements ICommand { execute({ subcommand }: { subcommand?: string; }): Promise; private start; } //# sourceMappingURL=registry.d.ts.map