declare function parseQueryString(url: string): Record<string, string>;

export { parseQueryString };
