Version: 1.0.01.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.82.0.0-rc12.0.0-rc22.0.0-rc32.0.0-rc42.0.0-rc52.0.02.1.0
import { Distribution } from "../types";
/**
* Returns a Distribution to return a value within [1, sideCount]
* @param sideCount The number of sides of the die
*/
export declare function die(sideCount: number): Distribution<number>;