import { OperatorAsyncFunction } from '../../interfaces'; export declare function buffer(count: number, skip?: number): OperatorAsyncFunction;