import type { PublicClient } from 'viem';
export declare function getTransactionProvider(provider: PublicClient): PublicClient;
