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