export declare const ASSETS_ROOT = "https://f.hubspotusercontent30.net/hubfs/1984131/Assets"; export declare const PLATFORM_ENDPOINT: string; /** Join API or deeplink paths to {@link PLATFORM_ENDPOINT} without duplicated slashes when the env has a trailing slash. */ export declare function platformHttpUrl(path: string): string; /** WebSocket URL for the configured platform (`https`/`http` → `wss`/`ws`). */ export declare function platformWsUrl(path: string): string; export declare const V2_MESSAGE_ENDPOINT: string;