import { PlayerType } from "isaac-typescript-definitions";
/**
 * The set of characters where soul hearts will be automatically stripped away (e.g. Bethany). This
 * includes The Lost and Tainted Lost.
 */
export declare const CHARACTERS_WITH_NO_SOUL_HEARTS_SET: ReadonlySet<PlayerType>;
//# sourceMappingURL=charactersWithNoSoulHeartsSet.d.ts.map