import type { ErrorType } from '../errors/utils.js'; import type { Log, RpcLog } from '../types/log.js'; export type FromRpcLogErrorType = ErrorType; export declare function fromRpcLog(log: RpcLog, { args, eventName, }?: { args?: unknown | undefined; eventName?: string | undefined; }): Log; export type ToRpcLogErrorType = ErrorType; export declare function toRpcLog(log: Log): RpcLog; //# sourceMappingURL=log.d.ts.map