import { TAbstractLoader } from '../../Abstract'; import { TAnimations } from './TAnimations'; import { TAnimationsMetaInfoRegistry } from './TAnimationsMetaInfoRegistry'; import { TAnimationsResourceAsyncRegistry } from './TAnimationsResourceAsyncRegistry'; import { TAnimationsResourceConfig } from './TAnimationsResourceConfig'; export type TAnimationsLoader = TAbstractLoader;