declare function objectToQueryString(obj: Record<string, any>): string;
export { objectToQueryString, };
