import { TLoadingManagerWrapper } from '../../LoadingManager'; import { TTextureAsyncRegistry, TTextureMetaInfoRegistry, TTexturesLoader } from '../Models'; export declare function TexturesLoader(registry: TTextureAsyncRegistry, metaInfoRegistry: TTextureMetaInfoRegistry, loadingManagerWrapper: TLoadingManagerWrapper): TTexturesLoader;