import JsonObject from './../type/json-object'; declare function parseQuerystring(querystring: string): JsonObject; export default parseQuerystring;