import type { AnimatorGeneralInterface } from '../types.js'; declare const useAnimatorGeneral: () => AnimatorGeneralInterface | undefined; export { useAnimatorGeneral };