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