/**
 * @param {number} index - The index of the number in the Fibonacci sequence to return.
 * @returns The nth number in the fibonacci sequence.
 */
declare const _default: (index: number) => number;
export default _default;
