import { Source, Operator } from '../wonka_types'; export const skipUntil: (signal: Source) => Operator;