import { IUnicastSource } from './unicast-source.type';
export declare function createUnicastSource<GValue>(): IUnicastSource<GValue>;
