import * as animations from '@cordwainer/cw-animations'; export { animations }; /** Gets a list of all supported animation names. */ export declare function getAnimationNames(): string[]; /** Gets a list of all supported easing function names. */ export declare function getEasingNames(): string[];