import { LogLevelLabel } from '../types.cjs';
import '@storm-software/config';

declare const CONSOLE_ICONS: {
    [k in LogLevelLabel]?: string;
};

export { CONSOLE_ICONS };
