import type { FindCursor } from "mongodb"; export interface HookedFindCursorInterface extends FindCursor { }