import { OpenapiWidgetInfoRO } from '@escapenavigator/types/dist/openapi/widget/openapi-widget-info.ro'; import { ApiMethodDeclaration } from '../..'; /** Questroom ID виджета */ type ParamsData = string; type ResponseData = OpenapiWidgetInfoRO; export declare const getAgregatorWidgetData: ApiMethodDeclaration; export {};