import type { DiceNotation, RollOptions } from '../types';
export declare function notationToOptions(notationString: DiceNotation): RollOptions;
//# sourceMappingURL=notationToOptions.d.ts.map