import type { Account, Chain, LocalAccount, OneOf, Prettify, Transport, WalletClient } from "viem"; import type { EthereumProvider } from "../../utils/toOwner.js"; import { type SimpleSmartAccountImplementation, type ToSimpleSmartAccountParameters, type ToSimpleSmartAccountReturnType } from "./toSimpleSmartAccount.js"; export type To7702SimpleSmartAccountParameters | LocalAccount>> = ToSimpleSmartAccountParameters; export type To7702SimpleSmartAccountImplementation = SimpleSmartAccountImplementation; export type To7702SimpleSmartAccountReturnType = ToSimpleSmartAccountReturnType; export declare function to7702SimpleSmartAccount | LocalAccount>>(parameters: Prettify>): Promise>; //# sourceMappingURL=to7702SimpleSmartAccount.d.ts.map