import { PointType } from "../../utils/isPoint";
export declare const setTimelineFrame: (frame: number, highlightFrame?: PointType) => void;
