import type { RollArgumentDH, RollResultDH } from './types';
export declare function rollDH({ modifier, rollingWith, amplifyHope, amplifyFear }: RollArgumentDH): RollResultDH;
