import { Cursor, FilterQuery } from "mongodb"; export interface SafeCursor extends Cursor { filter(query: FilterQuery): this; }