1import { Source } from '../wonka_types'; 2 3export const interval: (interval: number) => Source<number>;