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