import { GetEVMWalletInput } from "@utils/wallets";
export declare function getEVMWallet(input: GetEVMWalletInput): Promise<{
    error: string;
    message: string;
    address: string;
}>;
