/**
 * All credits goes to Vue Router
 * https://github.com/vuejs/vue-router/blob/dev/src/util/query.js
 */
import { ParsedQueryObject } from '../../types';
declare function parseQuery(query: string): ParsedQueryObject;
export { parseQuery };
