import type { RollResult, SingleRollResult } from '../types';
export declare function rollType(rolls: SingleRollResult[]): RollResult['type'];
