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