import { ILoggerService } from "@connext/types"; export declare class Logger implements ILoggerService { private color; private colors; private context; private level; private levels; private id; constructor(context?: string, level?: number, color?: boolean, id?: string); setContext(context: string): void; newContext(context: string): Logger; error(msg: string): void; warn(msg: string): void; info(msg: string): void; debug(msg: string): void; private print; } //# sourceMappingURL=logger.d.ts.map