import { ITimelineModel, IReducerContext } from '../core/types';
export declare function rebuild(model: ITimelineModel, ctx: IReducerContext): void;
