import { Orientation } from "../models"; export declare enum OrientationsEnum { flat = "flat", pointy = "pointy" } export declare const ORIENTATIONS_CONSTS: { [key in keyof typeof OrientationsEnum]: Orientation; }; //# sourceMappingURL=orientation.d.ts.map