import { VerificationSuite } from '../../types/check.js'; /** * Issuer registry verification suite. * * Checks if the credential's issuer DID appears in known DID registries. * This suite is non-fatal - registry check failures don't invalidate the credential, * they only provide information about whether the issuer is recognized. * * Skipped when: * - No registries are configured in the verification context */ export declare const registrySuite: VerificationSuite; //# sourceMappingURL=index.d.ts.map