import type { AgentSources, ApplyAgentConfigParams } from "./agent-config-types"; export declare function loadAgentSources(params: ApplyAgentConfigParams): AgentSources;