import { ApiMethodDeclaration } from "../../index"; import { Widget } from "../types"; type ParamsData = string; type ResponseData = Widget; declare const getInfo: ApiMethodDeclaration; export { getInfo };