export declare function checkEveryTruthy(...arrayOfBooleans: boolean[]): boolean; export declare function checkSomeTruthy(...arrayOfBooleans: boolean[]): boolean; export declare function createSpdxLink(license: string): string; //# sourceMappingURL=spdx.d.ts.map