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