type alias Bson.LongWithoutOverridesimport { type Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { LongWithoutOverrides } = Bson; definition: new (low: unknown,high?: number,unsigned?: boolean,) => [P in Exclude<keyof Long, TimestampOverrides>]: Long[P]