import { SWRStoreExtendedOptions } from './types';
declare const DEFAULT_CONFIG: SWRStoreExtendedOptions<any, any>;
export default DEFAULT_CONFIG;
