export declare function normalizeRawLicense({ rawLicense, }: {
    rawLicense?: any;
}): string | undefined;
//# sourceMappingURL=normalize-raw-license.d.ts.map