/**
 * The direction to slice a program.
 */
export declare enum SliceDirection {
    Backward = "backward",
    Forward = "forward"
}
