import { Entity } from '../entity.js'; import { SpawnContext, SpawnRegistry } from '../spawn.js'; export declare function SP_monster_hover(self: Entity, context: SpawnContext): void; export declare function registerHoverSpawns(registry: SpawnRegistry): void; //# sourceMappingURL=hover.d.ts.map