export declare enum PathType { End = "end", Inner = "inner", Outer = "outer", Start = "start", Top = "top" }