import type { AnyValueObject } from '../_types/global';
export declare function objToQueryString(obj: AnyValueObject): string;
