import { Log } from './log'; export type LogEnhancer = (log: Log) => Log;