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