import type { PrototypeStruct } from '../index.js'; interface Shuffle { shuffle(): void; } export declare const shuffle: PrototypeStruct; declare global { interface Array extends Shuffle { } } export {}; //# sourceMappingURL=shuffle.d.ts.map