/**
 * To convert simple object to query string
 * @param obj
 */
export declare function toQueryString(obj: object): string;
