import { type Result } from "@openally/result"; export interface SpdxLicenseConformance { licenses: Record; spdx: { osi: boolean; fsf: boolean; fsfAndOsi: boolean; includesDeprecated: boolean; }; } export declare function licenseIdConformance(licenseID: string): Result; export declare function searchSpdxLicenseId(contentStr: string): string | null; //# sourceMappingURL=parse.d.ts.map