import type { BuildContextInput, BuiltAgentContext } from './types.js'; export declare function buildAgentContext(input: BuildContextInput): BuiltAgentContext; //# sourceMappingURL=context-builder.d.ts.map