export declare type InLog = { frame: number; sequenceIndex: number; transpiredAt: string; severity: string; message: string; };