/**
 * Asset instance objects for read-only usage, so we can just keep 1 copy instead of calling {@link Asset#create} every time
 * @type {Cache<Asset, any>}
 */
export const STATIC_ASSET_CACHE: Cache<Asset, any>;
import { Cache } from "../../core/cache/Cache.js";
//# sourceMappingURL=STATIC_ASSET_CACHE.d.ts.map