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