import { Service } from "../serviceSDK"; export declare class ComhubService extends Service { constructor(endpoint: string, orgId: string, storeId: string); sendZns(dataTemplate: any, appId: string, messageType: string): Promise; sendMessage(OAId: string, content: string, contentType: string, senderPartyId: string, receivePartyIds: [string]): Promise; }