import { Writable } from 'stream'; import { LogFunction } from './types'; export declare const createLogStream: (log: LogFunction) => Writable;