export declare enum DFSOperation {
    VISIT = 0,
    PROCESS = 1
}
