import type { ParsedSession } from "./types.js"; export declare function parseSession(jsonlPath: string): ParsedSession;