/// <reference types="node" />

export declare function getNpmPackageFiles(registryUrl: string, packageName: string, version?: string): Promise<Record<string, string | Buffer>>;

export declare function getNpmPackageVersion(registryUrl: string, packageName: string, version?: string): Promise<string>;

export { }
