import { Operator } from '../wonka_types'; export const delay: (duration: number) => Operator;