
export * from './lib';
export { default } from './lib';

/** 所有 NIM 的类型 */
export as namespace NIMTypes;

