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