import { Playhead } from '../../ValueObject/Playhead'; export declare class PlayheadError extends Error { static doesNotMatch(current: Playhead, next?: Playhead): PlayheadError; }