declare const useQueryPush: (replace?: boolean) => (path: string, values: {}, innerReplace?: boolean) => void; export default useQueryPush;