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