1import { Source, Operator } from '../wonka_types'; 2 3export const skipUntil: <A>(signal: Source<any>) => Operator<A, A>;