import type { PackageJSON, PackumentVersion } from "@nodesecure/npm-types";
export declare function getLinks(packumentVersion: PackumentVersion): {
    npm: string;
    homepage: string | null;
    repository: string | null;
};
export declare function getManifestLinks(manifest: PackageJSON): {
    npm: null;
    homepage: string | null;
    repository: string | null;
};
//# sourceMappingURL=getLinks.d.ts.map