export declare enum ExtractorType {
    eps = "eps",
    hyper = "hyper"
}
