import { Entity } from '../entity.js'; import { EntitySystem } from '../system.js'; import { Vec3 } from '@quake2ts/shared'; export declare function trapGibThink(self: Entity, context: EntitySystem): void; export declare function trapThink(self: Entity, context: EntitySystem): void; export declare function createTrap(context: EntitySystem, owner: Entity, start: Vec3, dir: Vec3, speed: number): Entity; //# sourceMappingURL=trap.d.ts.map