import { Entity } from '../../entities/entity.js'; import { EntitySystem } from '../../entities/system.js'; export declare function hyperBlasterThink(player: Entity, sys: EntitySystem): void; //# sourceMappingURL=hyperblaster.d.ts.map