import type { RegistryHandler } from './types.js'; /** * VerifiableRecognitionCredential registry: fetch the recognition VC, * verify its issuer + proof using the parent {@link Verifier} * (sharing the same cache + crypto stack), cache until `validUntil`, * then check `credentialSubject` for `did`. * * The recursive call passes `registries: []` to skip the registry suite * for the recognition credential itself — that prevents infinite * recursion when the recognition VC's own issuer is also looked up * through a recognition registry. * * @see https://w3c.github.io/vc-recognition/ */ export declare const lookupVcRecognition: RegistryHandler; //# sourceMappingURL=vc-recognition-handler.d.ts.map