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