import { TeamixProGlobalConfig, setGlobalConfig, updateGlobalConfig, getGlobalConfig } from './globalConfig'; export type { TeamixProGlobalConfig }; export { setGlobalConfig, updateGlobalConfig, getGlobalConfig };