import type { AnimationKey, AnimationEffect } from '.'; declare const getEffect: (animationKey: AnimationKey) => AnimationEffect; export default getEffect;