import { Entity } from '../entity.js'; import { HealthItem } from '../../inventory/index.js'; import { GameExports } from '../../index.js'; export declare function createHealthPickupEntity(game: GameExports, healthItem: HealthItem): Partial; //# sourceMappingURL=health.d.ts.map