import { Random } from '../random'; declare const _default: (random: Random, mu?: number, sigma?: number) => () => number; export default _default;