import { PrototypeStruct } from '..';
export declare type EnumerateFn<T> = () => [number, T];
export declare const enumerate: PrototypeStruct;
declare global {
    interface Array<T> {
        enumerate: EnumerateFn<T>;
    }
}
//# sourceMappingURL=enumerate.d.ts.map