declare module 'phaser3-rex-plugins/plugins/board/pathfinder/TileXYToCost' {
    export default function TileXYToCost(tileX: any, tileY: any, pathCost: any): any;
}
