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