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