import mongoosePaginate from 'mongoose-paginate-v2'; export { mongoosePaginate }; export * from "./MongoDBRepository"; export * from "./MongoDBTypeRepository"; export declare class MongoDB { _id?: string; id?: string; updatedAt?: Date; createdAt?: Date; toJSON?: () => any; static getId(entity: MongoDB): string | undefined; }