declare module 'phaser3-rex-plugins/plugins/utils/object/GetValue' {
    export default function GetValue(source: any, key: string, defaultValue: any): any;
}
