import { Texture } from '../../../rendering/renderers/shared/texture/Texture'; import type { CacheParser } from '../CacheParser'; /** * Returns an object of textures from an array of textures to be cached * @category assets * @internal */ export declare const cacheTextureArray: CacheParser;