export declare const DEV_HOST = "wss://rtcdev.telnyx.com";
export declare const PROD_HOST = "wss://rtc.telnyx.com";
export declare const IS_DEV: boolean;
export declare const SDK_VERSION: string;
