import type { LogsGroup, LogType } from "../types/index.js"; declare const logType: (type?: LogType, ...msg: any[]) => void; declare const log: LogsGroup; export { log, logType };