import { type CliError } from "./cli-error.js"; import { type Result } from "./result.js"; import type { ParsedTranscript } from "./transcript-turns.js"; declare const parseCursorDb: (dbPath: string) => Promise>; export { parseCursorDb };