type Obj = Record<string, any>;
export declare function buildJsonQuery(obj: Obj): string;
export {};
