import { TimelineOptions, ITimeline } from './core/types';
export declare function timeline(opts?: TimelineOptions): ITimeline;
