import { HydrationPrefetchStrategy } from './types.js';
declare const loadType = "load";
export declare function load(): HydrationPrefetchStrategy<typeof loadType>;
export {};
