export declare type NotificationKind = "C" | "E" | "N"; export declare type CloseKind = "C" | "E" | "U";