import type { MemoryProvider } from "./memory-provider-contract.ts"; export declare const LOCAL_GRAPH_PROVIDER_ID = "pi_local_graph"; export declare function resolveLocalGraphPath(cwd: string, agentDir: string): string | undefined; /** Read-only retrieval over a local durable graph when one is present on disk. */ export declare function createLocalGraphMemoryProvider(options: { cwd: string; agentDir: string; }): MemoryProvider | undefined; //# sourceMappingURL=local-graph-memory-provider.d.ts.map