import { LogFunction } from './types'; export declare const makeLogger: (name: string) => LogFunction; export declare const defaultLogger: LogFunction;