import { HeroStrategy, HeroType } from '../../types'; /** * Chrome-handling strategy keyed on `HeroType`. The dispatcher in * transition.ts looks the factory up here and assembles it next to the * always-on TileStrategy — never branches on the type itself. */ export declare const HERO_CHROME_PROVIDERS: Record HeroStrategy>; //# sourceMappingURL=index.d.ts.map