export declare const CONSOLE_LOG_TYPES: { readonly ALL: "all"; readonly INFO: "info"; readonly WARN: "warn"; readonly ERROR: "error"; readonly DEBUG: "debug"; readonly LOG: "log"; readonly ASSERT: "assert"; }; export type ConsoleLogTypes = (typeof CONSOLE_LOG_TYPES)[keyof typeof CONSOLE_LOG_TYPES];