import type { NumberTheorySequenceReference } from '.';
export declare const fibonacciReference: NumberTheorySequenceReference<'fibonacci'>;
