declare module 'phaser3-rex-plugins/plugins/utils/object/Clone' {
    export default function Clone<T = any>(obj: T, out?: any): T;
}
