import { ObjectID } from "../driver/mongodb/typings";
export declare type EntityId = string | number | Date | ObjectID;
