import { IPlugin } from '../../intf/IPlugin'; /** 请求参数序列化, 根据 contentType 进行转换 */ export declare const serializeData: () => IPlugin;