import { LogLevel } from "../logLevel";
export declare function getTextFormatted(date: Date, logLevel: LogLevel, ...rest: string[]): string;
