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