import { Logger, type ILogObj } from 'tslog'; import type { BenchmarkOptions } from './types.js'; export declare function createLogger(opts: BenchmarkOptions): Logger; //# sourceMappingURL=logger.d.ts.map