declare function objToQueryParam(query: string, obj?: { [x: string]: any; }): string; export default objToQueryParam;