import { LogDescription, LogParams, Result, ParamType } from 'ethers'; export declare function parseLog(processor: any, log: LogParams): Promise; export declare function decodeTrace(processor: any, inputs: readonly ParamType[], traceData: string): Promise; //# sourceMappingURL=index.d.ts.map