export declare const REQEUST_PATH = "/analytics/upload?tp=js"; export declare const REQUEST_OPTIONS: { RELEASE_HTTPS_OPTION: { host: string; path: string; }; RELEASE_HTTP_OPTION: { host: string; path: string; port: number; }; DEBUG_HTTPS_OPTION: { host: string; path: string; }; DEBUG_HTTP_OPTION: { host: string; path: string; }; }; export declare const DEFAULT_SEND_BATCH_SIZE: number; export declare const SDK_NAME = "beacon.sdk.node"; export declare const SDK_VERSION = "0.0.6";