export declare function objectToQueryString(obj: any): string; export declare const isPrimitive: (val: unknown) => boolean;