import { Texture } from '@pixi/core';
import type { CacheParser } from '../CacheParser';
export declare const cacheTextureArray: CacheParser<Texture[]>;
