/**
 * 对象转 URLSearchParams
 */
declare function stringifyQuery(v: Record<string, any>): string;

export { stringifyQuery };
