import { Level } from './level'; export declare class Display { static msg(message: string | any, params: any[], moduleName: string, moduleColor: string, level: Level, moduleWidth: number | undefined): typeof Display; }