import { Client } from 'viem';
export declare function isBatchTxnSupportedByWallet({ client, chainId, skipReady, }: {
    client: Client;
    chainId: number;
    skipReady?: boolean;
}): Promise<boolean>;
