import type { PrototypeStruct } from '../index.js'; interface Chunks { chunks(chunkSize: number): T[] | T[][]; } export declare const chunks: PrototypeStruct; declare global { interface Array extends Chunks { } } export {}; //# sourceMappingURL=chunks.d.ts.map