export declare function isPreReleasePackageVersion(version: string | undefined): boolean; export declare function isSafeInstalledPackageDirectoryName(value: string): boolean; export declare function resolveContainedPackagePath(cachePath: string, packageId: string, version: string): string; export declare function resolveContainedTemporaryPath(cachePath: string, packageId: string): string; //# sourceMappingURL=package-downloader-paths.d.ts.map