import type { Log, RPCLog } from "./../../types/Transaction.types"; export declare function cleanLog(log: RPCLog, receiptLog: boolean): Log;