import { Route } from '@anansi/router'; import type { ResolveProps, ServerProps } from './types.js'; type NeededProps = { matchedRoutes: Route[]; searchParams: URLSearchParams; } & ResolveProps; export default function prefetchSpout(field: F): , I extends ServerProps>(next: (props: I) => Promise<{ [K in F]: RouteWith; } & N>) => (props: I) => Promise<{ [K in F]: RouteWith; } & N>; export {}; //# sourceMappingURL=prefetch.server.d.ts.map