export declare function parseURL(rawURL: string): URL; export declare function extractEntries(searchParams: URLSearchParams): [string, string[]][];