/** Returns true when `id` is a 24-character hex string (MongoDB ObjectId format). */ export declare const isValidObjectIdString: (id: string) => boolean;