/** * Requests and stores the semantic query results. * * @public */ export declare const fetchAndSaveSemanticQueryWire: import("../..").Wire; /** * Sets the query. * * @public */ export declare const setQueryWire: import("../..").Wire; /** * Sets the query taking the {@link SearchXEvents.SearchResponseChanged} payload. * * @public */ export declare const setQueryFromSearchResponseChangedWire: import("../..").Wire; /** * Clears the query. * * @public */ export declare const clearQueryWire: import("../..").AnyWire; /** * Sets the total results. * * @public */ export declare const setTotalResultsWire: import("../..").Wire; /** * Sets the total results taking the {@link SearchXEvents.SearchResponseChanged} payload. * * @public */ export declare const setTotalResultsFromSearchResponseChangedWire: import("../..").Wire; /** * Sets the semantic queries state `params`. * * @public */ export declare const setSemanticQueriesExtraParamsWire: import("../..").Wire>; /** * Wiring configuration for the {@link SemanticQueriesXModule | semanticQueries module}. * * @internal */ export declare const semanticQueriesWiring: { UserClearedQuery: { clearQueryWire: import("../..").AnyWire; }; SemanticQueryRequestUpdated: { fetchAndSaveSemanticQueryWire: import("../..").Wire; }; ExtraParamsChanged: { setSemanticQueriesExtraParamsWire: import("../..").Wire>; }; SearchResponseChanged: { setQueryFromSearchResponseChangedWire: import("../..").Wire; setTotalResultsFromSearchResponseChangedWire: import("../..").Wire; }; SelectedRelatedTagsChanged: { setSemanticQueriesRelatedTags: import("../..").Wire; }; }; //# sourceMappingURL=wiring.d.ts.map