declare let broadcast: any;
declare function createBroadcast(client: any): void;
export { broadcast, createBroadcast };
