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