declare module fb { interface IFbBroadcastService { broadcast(key: string, data?: any): any; } }