import { IHashMap } from '../../interfaces'; export declare const LOGLEVELS: { FATAL: string; ERROR: string; NOTE: string; DEV_NOTE: string; }; export declare const LOGLEVEL_NUMERIC: IHashMap;