import type { LaneMemberRecord, LaneRecord, LanesDoc } from "./lanes-write.js"; export declare function parseLanesFile(content: string): LanesDoc; export type { LaneMemberRecord, LaneRecord, LanesDoc }; //# sourceMappingURL=lanes-read.d.ts.map