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