/** * Schema verification suites. * * This module exports schema-specific validation suites for different * credential types. */ export { obv3SchemaSuite } from './obv3/index.js'; //# sourceMappingURL=index.d.ts.map