import type { RuntimePluginFuture } from '@modern-js/runtime'; export declare const injectDataFetchFunctionPlugin: ({ fetchServerQuery, }: { fetchServerQuery?: Record; }) => RuntimePluginFuture;