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