import { Service } from "../serviceSDK"; export declare class OrderCloudService extends Service { constructor(endpoint: string, orgId: string, storeId: string); findOrderByOwnerPartyId(ownerPartyId: string): Promise; mergeOrderCart(oldCartId: string, newCartId: string, actorId: string, fields?: string[]): Promise; }