import { KeyValue } from '../../../vision/types'; import { SeverityColors, Severity } from '../types'; export declare class Console { render(name: string, type: Severity, color: SeverityColors, timestamp: string, message: string, meta: KeyValue): void; }