import { LogBase } from '@pnpm/logger'; export declare type ReporterFunction = (logObj: LogBase) => void;