/** The state of a cell. Values are unicode representations of the state. */
export declare enum CellState {
    Blank = 9723,
    Marked = 9635,
    Filled = 9724
}
/** The type of a set of cells. */
export declare enum SetType {
    Column = 0,
    Row = 1
}
