/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as PIXI from "pixi.js"; export declare class GraphAssets { #private; static assetPrefix: string; static instance(): GraphAssets; loadAssets(assetPrefix: string): void; private constructor(); get loaded(): Promise; get(name: string): PIXI.Texture | null; has(name: string): boolean; } //# sourceMappingURL=graph-assets.d.ts.map