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