import { default as ObjectId } from 'bson-objectid'; export declare function isValidObjectId(id: string | ObjectId | null | undefined): boolean;