import { type Account, type Address, type Chain, type EIP1193Provider, type LocalAccount, type OneOf, type Transport, type WalletClient } from "viem"; export type EthereumProvider = OneOf<{ request(...args: any): Promise; } | EIP1193Provider>; export declare function toOwner({ owner, address }: { owner: OneOf | LocalAccount>; address?: Address; }): Promise; //# sourceMappingURL=toOwner.d.ts.map