import type { BotConfig } from "../config/config.js"; import type { ResolverContext } from "./runtime-shared.js"; export declare function collectConfigAssignments(params: { config: BotConfig; context: ResolverContext; }): void;