declare module 'phaser3-rex-plugins/plugins/board/pathfinder/GetCost' {
    export default function GetCost(curNode: any, preNode: any): any;
}
