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