export declare const encodeCallData: (calls: readonly { to: `0x${string}`; value?: bigint | undefined; data?: `0x${string}` | undefined; }[]) => Promise<`0x${string}`>; //# sourceMappingURL=encodeCallData.d.ts.map