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