import { Item } from '../Items/types'; import { Encounter } from '../World/types'; export declare function addItemStacking(inventory: Item[], item: Item): Item[]; export declare function rollEncounterLoot(encounter: Encounter, rng?: () => number): Item[]; export declare function totalEncounterXp(encounter: Encounter): number; //# sourceMappingURL=combat-grants.d.ts.map