import DEFAULT_LIVE_CHAT_TEST_SETTINGS, { LIVE_CHAT_TEST_GROUP_NAME, } from './settings'; declare global { interface Settings extends SettingTree {} } declare module '@nestjs/event-emitter' { interface IHookExtensionsOperationMap { [LIVE_CHAT_TEST_GROUP_NAME]: TDefinition< object, SettingMapByType >; } }