export declare const ConfigHost: string; export { isNode } from './isNode'; export declare const isValidUrl: (url: string) => boolean; export declare const getCollectorEndpoint: (sendTrafficTo: string) => string;