import { type Account } from 'viem'; import type { EvmChainReference } from '../../chains/types.js'; import type { ChainResolver } from './types.js'; export declare function selectSignerChain(input: { readonly account: Account; readonly chain?: EvmChainReference; readonly resolveChain?: ChainResolver; }): Promise; //# sourceMappingURL=wallet-chain.d.ts.map