import { Engine } from '@ai-rpg-engine/core'; import type { IntentProfile } from '@ai-rpg-engine/modules'; /** * Intent profiles wired into this pack's cognition config: * - ash-ghoul → aggressive (brute that hurls itself at the living) * - crypt-warden → territorial (boss bound to defend the crypt) * - crypt-stalker → cautious (ambusher that observes before striking) */ export declare const fantasyIntentProfiles: IntentProfile[]; export declare function createGame(seed?: number): Engine; //# sourceMappingURL=setup.d.ts.map