import type { TimelineInOutContextValue } from './in-out';
export declare const persistMarks: (marks: TimelineInOutContextValue) => void;
export declare const loadMarks: () => TimelineInOutContextValue;
