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