import { RawLog, Log } from '../interfaces'; export declare function fromLog(log: RawLog): Log;