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