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