1import { Source, Subscription } from '../wonka_types'; 2 3export const publish: <A>(source: Source<A>) => Subscription;