import { CreateSolanaWalletInput, WalletResponse } from "@utils/wallets";
export declare function createSolanaWallet(input: CreateSolanaWalletInput): Promise<WalletResponse>;
