import { animations } from './animations-core/index.js'; export type { Animation } from './animations-core/types'; export { animations }; export declare function getAnimationNames(): string[]; export declare function getEasingNames(): string[];