import { LogRendererFunc } from "@/types"; export declare const levelSymbols: { readonly TRACE: "›"; readonly DEBUG: "•"; readonly INFO: "ℹ"; readonly SUCCESS: "✔"; readonly WARN: "⚠"; readonly ERROR: "✗"; readonly FATAL: "✝"; }; export declare const browserPrettyRenderer: LogRendererFunc; //# sourceMappingURL=browser-pretty.d.ts.map