import type { IObjectStorage } from './objectStorage'; export declare class Storage { private static _instance; static get Instance(): IObjectStorage; private constructor(); }