import type { FederationRuntimePlugin } from '@module-federation/runtime/types'; export declare const prefetchPlugin: () => FederationRuntimePlugin; export default prefetchPlugin;