export declare const entries: <T>(array: readonly T[]) => IterableIterator<[number, T]>;
