import { Sink } from 'callbag'; import { MsgType } from '../types'; export declare function broadcast(type: MsgType, msg: any, sinks: Sink[]): void;