import type { KlawConfig } from "../config/types.klaw.js"; type LoggingConfig = KlawConfig["logging"]; export declare function shouldSkipMutatingLoggingConfigRead(argv?: string[]): boolean; export declare function readLoggingConfig(): LoggingConfig | undefined; export {};