import type { RegistryHandler } from './types.js'; /** * OIDF trust-anchor lookup: entity configuration JWT, then federation fetch * for the issuer DID (JWT payload decode only; no signature verification). */ export declare const lookupOidf: RegistryHandler; //# sourceMappingURL=oidf-handler.d.ts.map