import { LoaderProps } from './loader'; /** * Prefetch and cache bundle info for a given MFE, so that Loader can load it faster later. * @param src - The main package URL for the MFE * @returns Promise resolving to the BundleInfo */ export declare function usePrefetch(): { prefetch: (src: string, { cache }?: Pick, "cache">) => Promise; }; //# sourceMappingURL=use-prefetch.d.ts.map