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