export declare const requestConfig: { request: { optionsWrapper(url: string, options?: any): { url: string; options: any; }; }; };