import type { CreateHistory, LocationTypeLoader, LTFromCH } from './index'; /** * Returns a new createHistory function that may be used to create * history objects that know how to handle URL queries. */ export default function useQueries>(createHistory: CH): CreateHistory, 'QUERY'>>;