import { Loggers } from '../util/logging'; export declare const log: { /** * Scope for things related to the ws connection to the backend (RDS and others) */ ws: Loggers; monitoring: Loggers; stats: Loggers; }; export default log;