/**
 * Get query string, parses and decodes it.
 */
declare function parse(url: any, shouldTypecast: any): {};
export default parse;
