export declare class SharedNotificationCacheKey {
    static PREFIX: string;
    static getUserOnlineKey(): string;
}
