export declare const normalRand: (mean: number, sd: number) => number;
