export declare function makeDIDFromAddress(address: string): string;
export declare function makeDIDFromPublicKey(publicKey: string): string;
export declare function getDIDType(decentralizedID: string): string;
export declare function getAddressFromDID(decentralizedID?: string): string | undefined;
