import type { EventDefinition } from '../types.js';
export declare const dilemmaCatalog: EventDefinition[];
export declare function resolveDilemmaChoice(eventId: string, choiceId: string): string | null;
//# sourceMappingURL=dilemmas.d.ts.map