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