import { Observable } from '../Observable'; export declare function repeat(count?: number): Observable;