declare const QS: { /** * 获取链接参数 * @param key * @returns */ getUrlkey(key: string): string; }; export default QS;