import { ObjectID } from '../model'; export default class Mongo { static toObjectIdList(list: any): ObjectID[]; static toObjectId(id: any): ObjectID; }