/** * Provides a {@link @verixyz/credential-ld#CredentialIssuerLD | plugin} for the {@link @verixyz/core#Agent} that implements * {@link @verixyz/credential-ld#ICredentialIssuerLD} interface. * * @packageDocumentation */ export { CredentialIssuerLD } from './action-handler'; export * from './types'; export { LdDefaultContexts } from './ld-default-contexts'; export { verixyzLdSignature } from './ld-suites'; export * from './suites/EcdsaSecp256k1RecoverySignature2020'; export * from './suites/Ed25519Signature2018'; declare const schema: any; export { schema }; //# sourceMappingURL=index.d.ts.map