import { RequestPluginOptionType, BasePluginType } from '@heimdallr-sdk/types';

declare function wxRequestPlugin(options?: RequestPluginOptionType): BasePluginType;

export { wxRequestPlugin as default };
