/**
* Gets an ID that is guaranteed to be unique so long as no more than
* 4_294_967_295 (uint32 max) IDs are created, or the IDs are rapidly turned
* over.
*
* @returns The unique ID.
*/
export declarefunctiongetUniqueId(): number;
//# sourceMappingURL=getUniqueId.d.mts.map