import type { CResult } from '../types.mts'; /** * Converts CVE IDs to GHSA IDs using GitHub API. * CVE to GHSA mappings are permanent, so we cache for 30 days. */ export declare function convertCveToGhsa(cveId: string): Promise>; //# sourceMappingURL=cve-to-ghsa.d.mts.map