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