import type { KlawConfig } from "../config/types.klaw.js"; import type { PluginOrigin } from "../plugins/plugin-origin.types.js"; import { type ResolverContext, type SecretDefaults } from "./runtime-shared.js"; export declare function collectChannelConfigAssignments(params: { config: KlawConfig; defaults: SecretDefaults | undefined; context: ResolverContext; loadablePluginOrigins?: ReadonlyMap; }): void;