/** The level of console logs that will be issued by Hub.js */ export type LogLevel = "all" | "debug" | "info" | "warn" | "error" | "off";