import { MonoTypeOperatorFunction } from 'rxjs'; export declare function repeat(count: number, separator?: string): MonoTypeOperatorFunction;