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