export declare function urlQueryParse(query: string): Object;
export declare function urlqueryStringify(obj: Object, prefix?: string): string;
