import type { DicePool, RollResult } from '../types';
export declare function rollResultFromDicePools(dicePools: DicePool): RollResult;
//# sourceMappingURL=rollResultFromDicePools.d.ts.map