import type { Client } from 'viem';
export declare function isBatchingSupported({ client, chainId, }: {
    client?: Client;
    chainId: number;
}): Promise<boolean>;
//# sourceMappingURL=isBatchingSupported.d.ts.map