import { TAnimationsService } from '../../Animations/Models'; import { PrimitiveModel3dType } from '../Constants'; import { TModel3dEntities, TModel3dParams, TModel3dRawToModel3dConnectionRegistry } from '../Models'; import { GLTF } from '../../../../../node_modules/@types/three/examples/jsm/loaders/GLTFLoader'; export declare function createModels3dEntities(params: TModel3dParams, animationsService: TAnimationsService): TModel3dEntities; export declare function isModel3dAlreadyInUse(model3dSource: GLTF | PrimitiveModel3dType, model3dRawToModel3dConnectionRegistry: TModel3dRawToModel3dConnectionRegistry): boolean;