import { WidgetRO } from '@escapenavigator/types/dist/widget/widget.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = WidgetRO[]; export declare const query: ApiMethodDeclaration; export {};