import { IRequestOptions } from 'index'; /** 请求参数转换处理方法 */ export declare type ITransformRequest = (req: IRequestOptions) => IRequestOptions | Promise | void;