import { Texture } from'../../../rendering/renderers/shared/texture/Texture';
importtype { CacheParser } from'../CacheParser';
/**
* Returns an object of textures from an array of textures to be cached
* @memberofassets
*/exportdeclareconstcacheTextureArray: CacheParser<Texture[]>;