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