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

export default factorial;
