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