import { NumericalMarkerProps, TimeMarkerProps } from '../types/annotations-marker-props.js'; export declare const serializeMarkerRange: (marker: TimeMarkerProps | NumericalMarkerProps, trackIndex: number) => string; export declare const deserializeMarkerRange: (range: string) => [number, number, number]; //# sourceMappingURL=serialize-marker-range.d.ts.map