import type { SBOM, Predicate } from './shared.types'; export declare const generateSBOMPredicate: (sbom: SBOM) => Predicate;