declare const safeRequest: (url: string, options: any) => Promise; export default safeRequest;