/**
 * ゲームの勝者を示す
 */
export declare enum SGResult {
    REDWON = 0,
    WHITEWON = 1,
    NOGAME = 2
}
//# sourceMappingURL=SGResult.d.ts.map