import { LogStyles } from '../types/index.js'; /** * Smart presets that configure the entire log appearance */ export declare const SMART_PRESETS: Record; /** * Get a smart preset by name */ export declare function getSmartPreset(name: string): LogStyles | null; /** * List all available smart presets */ export declare function getAvailablePresets(): string[]; /** * Check if a preset exists */ export declare function hasPreset(name: string): boolean; /** * Preset descriptions for help/documentation */ export declare const PRESET_DESCRIPTIONS: Record; //# sourceMappingURL=SmartPresets.d.ts.map