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