import type { ZSIQWrapperTypes } from '../types/ZSIQWrapperTypes'; import { type ZSIQConstantsTypes, type ZSIQListenerEventsType } from '../types/Listener'; import type { ZSIQNotificationTypes } from './notification/types/Notification'; import type { ZSIQLoggerTypes } from './logger/types/Logger'; import type { ZSIQKnowledgeBaseTypes } from './knowledgebase/types/KnowledgeBase'; import type { ZSIQLauncherTypes } from './launcher/types/Launcher'; import type { ChatTypes } from './chat/types/Chat'; import { ZSIQConversationTypes } from './conversation/types/Conversation'; export declare const ZSIQWrapper: ZSIQWrapperTypes & ZSIQConstantsTypes & ZSIQListenerEventsType & ChatTypes & ZSIQNotificationTypes & ZSIQLoggerTypes & ZSIQLauncherTypes & ZSIQKnowledgeBaseTypes & ZSIQConversationTypes; //# sourceMappingURL=index.d.ts.map