import { Entity } from '../entity.js'; import { SpawnContext } from '../spawn.js'; export declare function SP_monster_arachnid(self: Entity, context: SpawnContext): void; export declare function registerArachnidSpawns(registry: any): void; //# sourceMappingURL=arachnid.d.ts.map