import { PackageInfo } from "../types/PackageInfo"; export declare class RegistryService { getPackageInfo(name: string): Promise; }