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