import type { ChatService } from './types'; /** * Get the built-in single instance IM object. * @returns The IM service. */ export declare function getChatService(): ChatService; export declare function getChatServiceImpl(): ChatService; //# sourceMappingURL=chatFactory.d.ts.map