declare module fb { interface IMockNotifyService extends INotifyService, IMockService { addNotification(notification: fb.INotification): void; } }