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