import { Account, Chain, Client, PublicActions, RpcSchema, Transport, WalletActions } from "viem"; export type SignerWallet = Client & WalletActions>; export declare function createSignerFromViemAccount(network: string, account: Account): SignerWallet; //# sourceMappingURL=signer.d.ts.map