import { repeat } from '../../operator/repeat'; declare module '../../Observable' { interface Observable { repeat: typeof repeat; } }