import { LogType } from "./log-type.enum"; export declare class Logger { private static writer; static log(content: string, type?: LogType): void; }