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