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