export declare function getPackageVersions(names: string[]): Promise; interface PkgVersionResponse { output: JSON | null; error: string | null; } export {};