/** * @fileoverview Theme presets for Advanced Logger */ import type { ThemeVariant } from '../types/index.js'; import type { LevelStyleConfig } from '../utils/index.js'; /** * Theme configurations for different visual styles */ export declare const THEME_PRESETS: Record>; //# sourceMappingURL=themes.d.ts.map