import type { BotConfig } from "../config/types.js"; type LoggingConfig = BotConfig["logging"]; export declare function readLoggingConfig(): LoggingConfig | undefined; export {};