import { RawPackageManifest } from '../types/raw-package-manifest';
export declare function getDefinitelyTypedName({ rawPackageManifest, registry, mirrors, cached, }: {
    rawPackageManifest: RawPackageManifest;
    registry?: string;
    mirrors?: string[];
    cached?: boolean;
}): Promise<string | undefined>;
//# sourceMappingURL=get-definitely-typed-name.d.ts.map