export { GetChalkReturn, getChalk } from './chalk.js';
export { FormatLogMessageOptions, brandIcon, formatLogMessage, getLogFn, getStopwatch, writeDebug, writeError, writeFatal, writeInfo, writePerformance, writeSuccess, writeSystem, writeTrace, writeWarning } from './console.js';
export { CONSOLE_ICONS } from './console-icons.js';
export { createLogger } from './create-logger.js';
export { formatTimestamp } from './format-timestamp.js';
export { getLogLevel, getLogLevelLabel, isVerbose } from './get-log-level.js';
export { isUnicodeSupported } from './is-unicode-supported.js';
import '@storm-software/config';
import '../types.js';
import '@storm-software/config/types';
