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