import { LogLevel, LogParam } from "./types"; import { LogClient } from "./LogClient"; declare class LogClient_Function_class extends LogClient { constructor(); protected logMessage(level: LogLevel, bold: boolean, prefix: string, toLog: LogParam[]): void; } export declare const LogClient_Function: LogClient_Function_class; export {};