declare module fb { interface IFbNotifyScope { notifications: fb.INotification[]; remove(notification: fb.INotification): void; } }