import { TextureManager } from './TextureManager';
export declare const TextureManagerInstance: {
    get: () => TextureManager;
    set: (manager: TextureManager | null) => void;
};
//# sourceMappingURL=TextureManagerInstance.d.ts.map