export interface InterpreterOptions {
    maxRollTimes?: number;
    maxDiceSides?: number;
}
