import { Account, Chain, Transport, WalletActions, WalletClient } from 'viem'; import { SafeSupportedNetworks } from './constants'; export declare function safeViemActions(safeAddress: string, chainId: SafeSupportedNetworks, safeApiKey: string): (client: WalletClient) => Pick, "writeContract">; //# sourceMappingURL=safeViemActions.d.ts.map