declare module 'phaser3-rex-plugins/plugins/board/monopoly/GetPath' {
    export default function GetPath(movingPoints: any, out?: any[]): any[];
}
