import { CheckNumber } from '../types'; /** https://en.wikipedia.org/wiki/Factorial */ export declare const checkFactorial: CheckNumber;