/**
 * Wraps the business logic of retrieve always updated URLSearchParams
 */
declare const useURLSearchParams: () => URLSearchParams;
export default useURLSearchParams;
