import { getResolver } from './resolver.js'; import { EthrDidController } from './controller.js'; import { bytes32toString, Errors, identifierMatcher, interpretIdentifier, stringToBytes32, VMTypes, MetaSignature } from './helpers.js'; import { EthereumDIDRegistry } from './config/EthereumDIDRegistry.js'; import { deployments, EthrDidRegistryDeployment } from './config/deployments.js'; export { getResolver, bytes32toString, stringToBytes32, EthrDidController, VMTypes as verificationMethodTypes, identifierMatcher, interpretIdentifier, Errors, EthereumDIDRegistry, MetaSignature, deployments, EthrDidRegistryDeployment, }; declare const _default: { getResolver: typeof getResolver; bytes32toString: typeof bytes32toString; stringToBytes32: typeof stringToBytes32; EthrDidController: typeof EthrDidController; verificationMethodTypes: { readonly EcdsaSecp256k1VerificationKey2019: "EcdsaSecp256k1VerificationKey2019"; readonly EcdsaSecp256k1RecoveryMethod2020: "EcdsaSecp256k1RecoveryMethod2020"; readonly Ed25519VerificationKey2020: "Ed25519VerificationKey2020"; readonly X25519KeyAgreementKey2020: "X25519KeyAgreementKey2020"; readonly Multikey: "Multikey"; }; identifierMatcher: RegExp; interpretIdentifier: typeof interpretIdentifier; Errors: { readonly notFound: "notFound"; readonly invalidDid: "invalidDid"; readonly unknownNetwork: "unknownNetwork"; readonly unsupportedFormat: "unsupportedFormat"; }; EthereumDIDRegistry: { _format: string; contractName: string; sourceName: string; abi: ({ anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; outputs?: undefined; stateMutability?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; })[]; bytecode: string; deployedBytecode: string; linkReferences: {}; deployedLinkReferences: {}; }; deployments: EthrDidRegistryDeployment[]; }; export default _default; //# sourceMappingURL=index.d.ts.map