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