/**
* A string that represents an entity. This is the entity type, variant, and sub-type, all separated
* by periods.
*
* This type is branded for extra type safety.
*/exporttypeEntityID = string & {
readonly__entityIDBrand: symbol;
};
//# sourceMappingURL=EntityID.d.ts.map