import type { AggregationCursor } from "mongodb"; export interface HookedAggregationCursorInterface extends AggregationCursor { }