import type { EVCBatchItem } from "src/services/executionService/executionServiceTypes.js"; export declare const encodeEVCBatch: (items: EVCBatchItem[]) => `0x${string}`; //# sourceMappingURL=batch.d.ts.map