import { Dictionary } from "./dictionary";
export declare function buildQueryString(data: Dictionary<string> | undefined): string;
