import * as types from './lib/core/types'; import { timeline } from './lib/timeline'; import { addPlugin } from './lib/core/plugins'; export declare function animate(options?: types.AddAnimationOptions | types.AddAnimationOptions[]): types.ITimeline; export declare function sequence(seqOptions: types.AddAnimationOptions[]): types.ITimeline; export { timeline, addPlugin }; export { removePlugin } from './lib/core/plugins'; export { interpolate } from './lib/core/interpolate';