export { VerificationMethod } from './VerificationMethod'; export { VerificationMethodTransformer, IsStringOrVerificationMethod } from './VerificationMethodTransformer'; export * from './Bls12381G1Key2020'; export * from './Bls12381G2Key2020'; export * from './Ed25519VerificationKey2018'; export * from './Ed25519VerificationKey2020'; export * from './JsonWebKey2020'; export * from './X25519KeyAgreementKey2019';