export declare enum Orientation {
    S = "S",
    N = "N",
    E = "E",
    W = ""
}
//# sourceMappingURL=orientation.d.ts.map