export function parseTimelinePosition(timeline: Timeline, timePosition?: TimelinePosition): number;
import type { Timeline } from './timeline.js';
import type { TimelinePosition } from '../types/index.js';
