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