import { FdoMallIntegration } from "@feedmepos/mall-integration"; export declare const mallIntegrationApi: { read(restaurantId: string): Promise; create(restaurantId: string, dto: FdoMallIntegration): Promise; update(restaurantId: string, dto: FdoMallIntegration): Promise; reuploadData(restaurantId: string, dto: MallIntegrationUploadDto): Promise; delete(restaurantId: string): Promise; };