declare const constructUniqueIdentifier: (identifier: string, dappName: string) => string;
export default constructUniqueIdentifier;
