import type { DicePool, RollResult } from '../types';
export declare function rollResultFromDicePools(dicePools: DicePool): RollResult;
