import { UnitizedNumber, Length } from '@speleotica/unitized'; import { FrcsPlotShot } from './FrcsPlotShot'; import { SegmentParseError } from 'parse-segment'; export type FrcsPlotFile = { totalLength: UnitizedNumber; shots: Array; errors?: Array | null; }; //# sourceMappingURL=FrcsPlotFile.d.ts.map