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