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