/** * Checks whether analytics is enabled or not. * * @param {Object} options - Init options. * @returns {boolean} */ export declare function isAnalyticsEnabled(options: any): boolean; /** * Checks whether rtcstats is enabled or not. * * @param {Object} options - Init options. * @returns {boolean} */ export declare function isRtcstatsEnabled(options: any): boolean; /** * Checks whether watchrtc is enabled or not. * * @param {Object} options - Init options. * @returns {boolean} */ export declare function isWatchRTCEnabled(options: any): boolean;