1import { Operator } from '../wonka_types'; 2 3export const delay: <A>(duration: number) => Operator<A, A>;