declare const parseQuery: (query?: string) => { [x: string]: string; }; export default parseQuery;