import type { SpdxLicense } from "./spdx.js";
export declare function parseAndCorrectSpdxExpression(text: string): SpdxLicense;
export declare function correctSpdxLicense(license: SpdxLicense): SpdxLicense;
