import { Stream } from 'xstream'; export default function circular(s1: (s2$: Stream) => Stream, s2: (s1$: Stream) => Stream): any;