export declare function addQueryString(url: string, param: { [key: string]: any; }): string; export declare function isEmpty(value: any): boolean; export declare function dealInterceptors(interceptors: any, ...data: any[]): Promise;