import { CompiledTheme } from 'gloss'; export declare const presetTheme: { red: (theme: any) => { color: any; background: any; }; yellow: (theme: any) => { color: any; background: any; }; cyan: (theme: any) => { color: any; background: any; }; purple: (theme: any) => { color: any; background: any; }; green: (theme: any) => { color: any; background: any; }; orange: (theme: any) => { color: any; background: any; }; blue: (theme: any) => { color: any; background: any; }; grey: (theme: any) => { color: any; background: string; }; }; export declare const guesses: { fail: (theme: any) => { color: any; background: any; }; failure: (theme: any) => { color: any; background: any; }; fatal: (theme: any) => { color: any; background: any; }; error: (theme: any) => { color: any; background: any; }; warn: (theme: any) => { color: any; background: any; }; warning: (theme: any) => { color: any; background: any; }; alert: (theme: any) => { color: any; background: any; }; success: (theme: any) => { color: any; background: any; }; pass: (theme: any) => { color: any; background: any; }; valid: (theme: any) => { color: any; background: any; }; ok: (theme: any) => { color: any; background: any; }; debug: (theme: any) => { color: any; background: string; }; verbose: (theme: any) => { color: any; background: string; }; }; export declare function guessTheme(name: string, theme: CompiledTheme): any; //# sourceMappingURL=guessTheme.d.ts.map