import { VerificationSuite } from '../../../types/check.js'; /** * OBv3 JSON Schema verification suite. * * AJV-driven JSON Schema validation against published OBv3 schemas * for OpenBadgeCredential and EndorsementCredential. Network-bound * (must fetch the schema document) and therefore opt-in — see the * OpenBadges submodule for a curated bundle that combines this suite * with the lightweight semantic checks. * * Non-fatal — schema validation failures do not invalidate the * credential's signature or status. */ export declare const obv3SchemaSuite: VerificationSuite; //# sourceMappingURL=index.d.ts.map