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