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