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