import { Blockchain, GeneratedWalletAddress, IResponse } from "../utils/types"; export declare class WalletManager { static generateWalletAddress(blockchain: Blockchain): Promise>; }