import { ApiMethodDeclaration } from "../../index"; import { Location } from "../types"; type ParamsData = any; type ResponseData = Location[]; declare const query: ApiMethodDeclaration; export { query };