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