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