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