import { TAnimationsMetaInfoRegistry, TAnimationsResourceAsyncRegistry, TAnimationsService } from '../Models'; import { TLoadingManagerWrapper } from '../../LoadingManager'; import { TSpaceLoops, TSpaceSettings } from '../../Space'; export declare function AnimationsService(resourcesRegistry: TAnimationsResourceAsyncRegistry, metaInfoRegistry: TAnimationsMetaInfoRegistry, { renderLoop }: TSpaceLoops, loadingManagerWrapper: TLoadingManagerWrapper, settings: TSpaceSettings): TAnimationsService;