import type { RollParams, SingleRollResult } from '../types';
declare function generateRoll(parameters: RollParams): SingleRollResult;
export { generateRoll };
