import { ConnectedWallet } from "@privy-io/react-auth";
type SuperSubSmartWallet = {
    smartAccountClient: any;
    pluginClient: any;
    account: any;
};
declare const generateSuperSubSmartWallet: (privyEoa: ConnectedWallet) => Promise<SuperSubSmartWallet>;
export { generateSuperSubSmartWallet };
