import type { KlawConfig } from "../config/types.klaw.js"; import type { RuntimeEnv } from "../runtime.js"; export declare function resolveAgentRuntimeConfig(runtime: RuntimeEnv, params?: { runtimeTargetsChannelSecrets?: boolean; }): Promise<{ loadedRaw: KlawConfig; sourceConfig: KlawConfig; cfg: KlawConfig; }>;