type IRequestFunction = (...args: T) => R; export declare function requestWrap(fn: IRequestFunction>): IRequestFunction>; export {};