export declare const SERVER_NAME = "sg-property"; export declare const SERVER_VERSION = "0.1.0"; export declare const USER_AGENT: string; export declare const NOMINATIM_URL: string; export declare const ARCGIS_LAND_USE_URL: string; export declare const DATAGOV_URL: string; export declare const HDB_RESALE_RESOURCE_ID: string; export declare const OVERPASS_URL: string; export declare const RADIUS_MIN: number; export declare const RADIUS_MAX: number; export declare const RADIUS_DEFAULT: number; export declare const HDB_LIMIT_DEFAULT: number; export declare const ARCGIS_RESULT_LIMIT: number; export declare const SAMPLING_MAX_TOKENS: number;