import { type NumericRollResult } from '@randsum/dice';
import type { RollArgument5e } from './types';
export declare function roll5e({ modifier, rollingWith }: RollArgument5e): NumericRollResult;
//# sourceMappingURL=roll5e.d.ts.map