export declare class NotificationKind { static NEXT: NotificationKind; static COMPLETE: NotificationKind; static ERROR: NotificationKind; private char; private constructor(); equals(x: any): boolean; }