/** * Delegation Module Exports (Platform-Agnostic) * * W3C VC-based delegation issuance and verification. * Platform-specific adapters (Node.js, Cloudflare) provide signing/verification functions. */ export * from './vc-issuer'; export * from './vc-verifier'; export * from './bitstring'; export * from './statuslist-manager'; export * from './delegation-graph'; export * from './cascading-revocation'; export * from './utils'; export * from './outbound-proof'; //# sourceMappingURL=index.d.ts.map