import SWR from './swr'; export default SWR; export type { Key, Fetcher, SWRConfiguration, SWRResponse, SWRWatcher, SWRObservable } from './types';