import { Service } from "../serviceSDK"; export declare class PortalService extends Service { constructor(endpoint: string, orgId: string, storeId: string); getDynamicForm(dataRequest: any): Promise; updateDynamicForm(dataRequest: any): Promise; createTag(title: string, createBy: string, partnerId?: string): Promise; searchTag(partnerId?: string, title?: string, id?: string, search?: string): Promise; redirectLink(sku?: string, id?: string): string; imageProduct(parentId: string, parentType: string, width?: number, height?: number): string; imagesProduct(parentId: string, parentType: string, width?: number, height?: number): string; completeOrder(orderId: string, byUser: string): Promise; pushMessage(message: any): Promise; confirmExport(orderId: string, updateBy: string): Promise; confirmPackage(orderId: string, packageBoxId: string, byUser: string): Promise; handlePackage(orderId: string, byUser: string): Promise; packageBoxes(): Promise; shipmentParameter(orderId: string): Promise; connectShipment(orderId: string, byUser: string, pickupType: string, trackingCode: string): Promise; ffmStage(orderId: string): Promise; completeCancelFFMOrder(orderId: string, note: string, reason: string): Promise; saveTextEditor(saveTextEditor: any): Promise; getContent(type: string, relativeId: string): Promise; getCalendarStudent(studentId?: string, classId?: string, startDate?: number, endDate?: number): Promise; getClass(studentId?: string): Promise; getMenus(menuId: string): Promise; getBooking(query?: Record): Promise; bookingSchedule(data: Record): Promise; getWorkSchedule(orgId: string, query?: Record): Promise; updateSchedule(orgId: string, data: Record): Promise; getPosition(query?: Record): Promise; getPositionForTime(query?: Record): Promise; getBookingCount(query?: Record): Promise; getSlugPathFromDynamicFrom(query?: Record): Promise; putSlugPathFromDynamicFrom(data: any): Promise; postSlugPathFromDynamicFrom(data: any): Promise; getExamGroupTimeSlots(query?: Record): Promise; getExamGroupExecutionDates(query?: Record): Promise; getExamGroupExecutionLocations(query?: Record): Promise; getEventsActivity(query?: Record): Promise; }