import type { State } from '../types'; export declare const parse: ({ pathname, searchParams }: URL) => State;