import type { AnimatorSystem } from '../types.js'; declare const createAnimatorSystem: () => AnimatorSystem; export { createAnimatorSystem };