import { FetchConfigAsync } from '../FetchConfigAsync'; import { FetchConfig as FConfig, SSRSuspense } from '../index'; declare const FetchConfig: typeof FConfig | typeof FetchConfigAsync; export { FetchConfig, SSRSuspense, FConfig as FetchConfigSync };