declare const isEbsiDid: (did: string) => boolean; declare const isKeyDid: (did: string) => boolean; declare const isWebDid: (did: string) => boolean; declare function areEqualObjects(object1: any, object2: any): boolean; export { isWebDid, isEbsiDid, isKeyDid, areEqualObjects };