declare module 'phaser3-rex-plugins/plugins/board/chess/IsUID' {
    export default function IsUID(object: any): boolean;
}
