export declare const API_VERSION = "v1"; export declare const BASE_URL: string; export declare const MIN_FUSE_SCORE = 0.35; export declare const LEAGUES: Readonly<{ NWSL: string; MLS: string; USLC: string; USL1: string; NASL: string; MLSNP: string; }>; export declare const ENTITY_TYPES: Readonly<{ PLAYER: string; MANAGER: string; STADIUM: string; REFEREE: string; TEAM: string; }>;