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