export declare enum Directions { none = 0, left = 1, right = 2, top = 4, bottom = 8, horizontal = 3, vertical = 12, all = 15 }