/** Pi's session-file reader sees only the snapshot supplied for this turn. */ export declare const SESSION_PATH = "/session/current.jsonl"; export declare function withSessionSnapshot(jsonl: string, read: () => T): T; export declare function existsSync(path: string): boolean; export declare function readFileSync(path: string): string; //# sourceMappingURL=pi-session-fs.d.ts.map