import { LoggerOptions } from 'winston';
declare const createLogger: (options?: LoggerOptions) => import("winston").Logger;
export { createLogger };
