export default class Utils { static getBaseUrl(appKey: string): URL; static getWalletUrl(appKey: string): URL; static uuidv4(): string; }