/**
 * https://simple-statistics.github.io/docs/#gamma
 */
declare function gamma(n: number): number;

export default gamma;
