export declare enum ArenaKind {
    SINGLE_SEGMENT = 0,
    MULTI_SEGMENT = 1
}
