import { SWRStore, SWRStoreOptions } from './types'; export default function createSWRStore(options: SWRStoreOptions): SWRStore;