import { LogLevelDesc } from "loglevel"; import { ForegroundColor } from "chalk"; export declare const STACK_TRACE_DEPTH = 2; export declare const DEFAULT_NAME = "ellie"; export declare const DEFAULT_LEVEL: LogLevelDesc; export declare const DEFAULT_LOG_COLORS: { [key in LogLevelDesc]?: typeof ForegroundColor; }; export declare const LEVELS: string[];