import type { Client, Hash, WalletCallReceipt as _WalletCallReceipt } from 'viem';
export type WalletCallReceipt = _WalletCallReceipt<bigint, 'success' | 'reverted'>;
export declare const waitForBatchTransactionReceipt: (client: Client, batchHash: Hash) => Promise<WalletCallReceipt>;
//# sourceMappingURL=waitForBatchTransactionReceipt.d.ts.map