export declare enum Numalgo2Prefixes { "Authentication" = "V", "KeyAgreement" = "E", "Service" = "S" } export declare const ServiceReplacements: { type: string; DIDCommMessaging: string; serviceEndpoint: string; routingKeys: string; accept: string; }; export declare const VARIANT_4_PREFIX = "4"; export declare const JSON_MULTICODEC_PREFIX = 512; export declare const SHA256_MULTIHASH_PREFIX = 18; export declare const SHA256_HASH_LENGTH = 32; export declare const MULTIBASE_BASE58BTC_PREFIX = "z";