export declare enum PlayerColour {
    Empty = 0,
    White = 1,
    Black = 2
}
