declare function buildQuery(params: Record<string, any>): string;
export default buildQuery;
