export declare const BLUE = "Order"; export declare const RED = "Chaos"; export declare const TEAM: { BLUE: string; RED: string; }; export declare const INHIB = "Inhib"; export declare const TURRET = "Turret"; export declare const LANE_BOT = 0; export declare const LANE_MID = 1; export declare const LANE_TOP = 2; export declare const Lane: { Bot: number; Mid: number; Top: number; }; export declare const T_POSITION_OUT = 3; export declare const T_POSITION_BASE = 2; export declare const T_POSITION_INHIB = 1; export type TeamName = 'Order' | 'Chaos'; export declare const NAME_PROXY = "{type}_T{team}_L{lane}_P{position}_{native id}"; export declare enum DragonType { AIR = "Air", EARTH = "Earth", FIRE = "Fire", WATER = "Water", HEXTECH = "Hextech", CHEMTECH = "Chemtech", ELDER = "Elder" } //# sourceMappingURL=Constants.d.ts.map