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