/** * Helper for implementing **nominal type hierarchies**. * * 🌿 **Type-only** (no value at runtime) */ export interface Brands { } //# sourceMappingURL=Brands-augmentation.d.ts.map