import { ApiMethodDeclaration } from "../../index"; import { CertificateSale } from "../types"; type ParamsData = CertificateSale; type ResponseData = CertificateSale; declare const remove: ApiMethodDeclaration; export { remove };