/** * Load upstream context files for a tool. * Returns a record of { relative_path: truncated_content }. */ export declare function loadUpstreamContext(toolName: string, marketName: string, pipeline: Record): Promise>; //# sourceMappingURL=context-loader.d.ts.map