import { VerificationSuite } from '../../types/check.js'; /** * Pluggable credential recognition suite. * * Runs by default in `defaultSuites` between `coreSuite` and * `proofSuite`. With no recognizers configured, the single * `recognition.profile` check emits `'skipped'`. With recognizers * registered via {@link VerifierConfig.recognizers}, the first * applies-true recognizer's normalized form is surfaced on * {@link CredentialVerificationResult.normalizedVerifiableCredential}. */ export declare const recognitionSuite: VerificationSuite; //# sourceMappingURL=index.d.ts.map