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