import { Service } from "../serviceSDK"; export declare class OmnigatewayService extends Service { constructor(endpoint: string, orgId: string, storeId: string); requestJoinRoom(roomId: string, listUser: [string]): Promise; getTemplate(type: string): Promise; getInfoChatApp(): Promise; }