interface BuildContextOptions { base?: string; maxFiles?: number; maxFileBytes?: number; maxDiffChars?: number; includeDocumentation?: boolean; } export declare function toolBuildContext(docsPath: string, args: { task: string; options?: BuildContextOptions; }): { content: { type: "text"; text: string; }[]; }; export {}; //# sourceMappingURL=context.d.ts.map