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