import { QueryParameterBag } from "@aws-sdk/types";
export declare function parseQueryString(
  querystring: string
): QueryParameterBag;
