/** * A utility class holding the storage keys used by the application. */ export declare class StorageKey { static readonly GLOBAL_NAMESPACE: string; }