import { VerificationCheck } from '../types/check.js'; /** * OBv3 Result→ResultDescription reference check. * * Validates that every `credentialSubject.result[i].resultDescription` * URI matches a `credentialSubject.achievement.resultDescription[].id` * declared on the credential's achievement. * * The check is **non-fatal** — a broken cross-reference is informative * but does not invalidate the credential's signature or status. * * Skipped when: * - The subject has no verifiable credential. * - `credentialSubject` cannot be parsed under * {@link Obv3CredentialSubjectShape} (e.g. wrong shape entirely). * - There are no `credentialSubject.result` entries. */ export declare const obv3ResultRefCheck: VerificationCheck; //# sourceMappingURL=result-ref-check.d.ts.map