import { CheckNumber } from '../types'; /** https://en.wikipedia.org/wiki/Parity_(mathematics) */ export declare const checkOdd: CheckNumber;