import { Engine } from '@ai-rpg-engine/core'; import type { IntentProfile } from '@ai-rpg-engine/modules'; /** * Intent profiles wired into this pack's cognition config: * - shambler / runner / bloater-alpha → aggressive (mindless hunger; the dead * do not stalk or scheme — they swarm whatever lives) */ export declare const zombieIntentProfiles: IntentProfile[]; export declare function createGame(seed?: number): Engine; //# sourceMappingURL=setup.d.ts.map