import 'isomorphic-fetch'; import { PackageRegistryJson } from '../types'; export declare const npmUtils: { getPackageRegistryJsonIfExistsAsync(packageName: string): Promise; getPreviouslyPublishedVersions(packageRegistryJson: PackageRegistryJson): string[]; };