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