/** * Sets the {@link RelatedTag | related tags }. * * @public */ export declare const setUrlRelatedTags: import("../..").Wire; /** * Sets the related prompt of the URL module. * * @public */ export declare const setUrlPrompt: import("../..").Wire; /** * Sets the query of the url module. * * @public */ export declare const setUrlQuery: import("../..").Wire; /** * Sets the url state `query` with a selectedQueryPreview's query. * * @public */ export declare const setUrlQueryFromPreview: import("../..").AnyWire; /** * Sets the page of the url module. * * @public */ export declare const setUrlPage: import("../..").Wire; /** * Sets the sort of the url module. * * @public */ export declare const setUrlSort: import("../..").Wire; /** * Sets the extra params of the url module. * * @public */ export declare const setParams: import("../..").Wire>; /** * Sets the extra params of the url module from a selectedQueryPreview's extraParams. * * @public */ export declare const setUrlParamsFromPreview: import("../..").AnyWire; /** * Sets the filters of the url module from a selectedQueryPreview's filters. * * @public */ export declare const setUrlSelectedFiltersFromPreview: import("../..").AnyWire; /** * Sets the scroll of the url module. * * @public */ export declare const setUrlScroll: import("../..").Wire; /** * Sets the initial provided extra params. * * @public */ export declare const setInitialExtraParams: import("../..").Wire>; /** * Sets the filters of the url module. * * @public */ export declare const setUrlFilters: import("../..").Wire; /** * Wiring configuration for the {@link UrlXModule | url module}. * * @internal */ export declare const urlWiring: { ParamsLoadedFromUrl: { setParams: import("../..").Wire>; }; UserAcceptedAQuery: { setUrlQuery: import("../..").Wire; }; UserAcceptedAQueryPreview: { setUrlQueryFromPreview: import("../..").AnyWire; setUrlParamsFromPreview: import("../..").AnyWire; setUrlSelectedFiltersFromPreview: import("../..").AnyWire; }; UserClearedQuery: { setUrlQuery: import("../..").Wire; }; SelectedRelatedTagsChanged: { setUrlRelatedTags: import("../..").Wire; }; SelectedRelatedPromptChanged: { setUrlPrompt: import("../..").Wire; }; SelectedFiltersForRequestChanged: { setUrlFilters: import("../..").Wire; }; PageChanged: { setUrlPage: import("../..").Wire; }; SortChanged: { setUrlSort: import("../..").Wire; }; ExtraParamsChanged: { setParams: import("../..").Wire>; }; ExtraParamsInitialized: { setInitialExtraParams: import("../..").Wire>; }; UserScrolledToElement: { setUrlScroll: import("../..").Wire; }; }; //# sourceMappingURL=wiring.d.ts.map