declare module 'phaser3-rex-plugins/plugins/board/fieldofview/GetCost' {
    export default function GetCost(curTileXY: any, tileXYArray: any): any;
}
