import TIM_WEB from 'tim-js-sdk';
// eslint-disable-next-line @typescript-eslint/naming-convention
export type TIM_TYPE = typeof TIM_WEB;
/**
 * @type {TIM_TYPE}
 */
export let TIM: TIM_TYPE;
