#!/usr/bin/env node
/**
 * cdx-validate CLI — structural, deep, and compliance validation for
 * CycloneDX SBOMs.
 *
 * Exit codes:
 *   0 — all checks pass (or no findings >= --fail-severity).
 *   1 — configuration error (bad input, missing file, unknown reporter).
 *   2 — schema validation failed (in --strict mode).
 *   3 — compliance findings at or above --fail-severity.
 *   4 — signature verification was requested and failed.
 */
export {};
//# sourceMappingURL=validate.d.ts.map