/** * 获取 qs 库 * qs 是一个用于解析和序列化查询字符串的第三方库 * @returns qs 库 */ export declare function getQs(): any;