declare namespace ObjC{ namespace classes{ export class NSNotificationQueue extends NSObject{ initWithNotificationCenter_(notificationCenter:NSNotificationCenter|NativePointer):NSNotificationQueue; enqueueNotification_postingStyle_(notification:NSNotification|NativePointer,postingStyle:any|NativePointer):any; enqueueNotification_postingStyle_coalesceMask_forModes_(notification:NSNotification|NativePointer,postingStyle:any|NativePointer,coalesceMask:any|NativePointer,modes:NativePointer|NativePointer):any; dequeueNotificationsMatching_coalesceMask_(notification:NSNotification|NativePointer,coalesceMask:number|NativePointer):any; static defaultQueue():NSNotificationQueue; } } }