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