declare module 'phaser3-rex-plugins/plugins/utils/array/Shuffle' {
    export default function Shuffle<T = any>(array: T[]): T[];
}
