import { TransactionRequest } from '@ethersproject/abstract-provider'; import { BatchFunctionResult, FNSArgs, RawFunction } from '..'; declare const _default: { raw: ({ multicallWrapper }: FNSArgs<"multicallWrapper">, ...items: BatchFunctionResult[]) => Promise<{ passthrough: { to: string; data: string; }[]; to: string; data: string; }>; decode: ({ multicallWrapper }: FNSArgs<"multicallWrapper">, data: string, passthrough: TransactionRequest & { passthrough?: any; }[], ...items: BatchFunctionResult[]) => Promise; }; export default _default;