/** * Types of entity heroes */ export declare const HubEntityHero: { readonly map: "map"; readonly image: "image"; }; export type THubEntityHero = (typeof HubEntityHero)[keyof typeof HubEntityHero];