import { ItemWithIndex } from '../VirtualizedList'; export declare const addIndex: (array: T[]) => (T & ItemWithIndex)[];