import { Plugin } from 'vue';
import { useSWR } from './useSWR';
declare const SWRPlugin: Plugin;
export { SWRPlugin, useSWR };
