import { OperatorFunction } from "rxjs"; export declare function bufferRecent(count: number): OperatorFunction;