declare module fb { interface IExceptionService { handleException(exception: any, cause?: any): void; } }