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