export declare function createIntrospectionTools(projectRoot: string): { readLoopLog: import("ai").Tool<{ featureName: string; tailLines: number; }, { error: string; lines?: undefined; totalLines?: undefined; } | { lines: string[]; totalLines: number; error?: undefined; }>; syncContext: import("ai").Tool, { success: boolean; contextPath: string; error?: undefined; } | { success: boolean; error: string; contextPath?: undefined; }>; };