export declare const Entity: { LEAGUES: string; AVVENIMENTI: string; LOGS: string; LIST: string; CONFIGURATION: string; EVENTS: string; FEEDS: string; UNMAPPED: string; FIXTURE: string; ODDS: string; ODDSTYPE: string; AVG: string; RESET_CACHE: string; }; export declare enum INTERNAL_SPORTS { SOCCER = 0, BASKET = 1, TENNIS = 2, AUTO = 3, MOTO = 4 } export declare const INTERNAL_SPORTS_CODE: any; export declare const GENERIC_CATEGORY: { [key: number]: string; }; export declare const BOOKMAKER_LIST: Set; export declare enum APPLICATION_STARTUP_TYPE { DEFAULT = "DEFAULT", MOTOR = "MOTOR", ALL = "ALL" }