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