/** Transformation parameters for converting GTA V game coordinates to Leaflet CRS. */ export declare const GTA_CRS_CONFIG: { readonly centerX: 117.3; readonly centerY: 172.8; readonly scaleX: 0.02072; readonly scaleY: 0.0205; readonly ln2: number; }; //# sourceMappingURL=crs.constants.d.ts.map