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