import type { ExplainResult } from "./types.js"; export declare function runMemoryExplain(input: { root: string; relPath: string; budget: number; agent?: string; }): Promise;