export declare class ObjectId { readonly id: string; constructor(objectId: string); }