import { Producer } from './types'; export declare function multicast(source: Producer): Producer;