import { PlayerType } from"isaac-typescript-definitions";
/** Maps character names to the values of the `PlayerType` enum. */exportdeclareconstCHARACTER_NAME_TO_TYPE_MAP: ReadonlyMap<string, PlayerType>;
//# sourceMappingURL=characterNameToTypeMap.d.ts.map