import { ApiMethodDeclaration } from "../../index"; import { Order } from "../types"; type ParamsData = { id: string; data: { handDiscountId: string; }; }; type ResponseData = Order; declare const removeHandDiscount: ApiMethodDeclaration; export { removeHandDiscount };