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