import { AnimationController, Effect } from '../lib/core/types'; export declare function animate(effect: Effect): AnimationController;