import { IMulticastSource } from './multicast-source.type';
export declare function createMulticastSource<GValue>(): IMulticastSource<GValue>;
