/** 移除url上的指定参数 */ export declare function removeUrlParams(url: string, keys: string | string[]): string; export default removeUrlParams;