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