You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
693 B
7 lines
693 B
|
2 months ago
|
import { AppRouteRouteModule } from '../../server/future/route-modules/app-route/module.compiled';
|
||
|
|
declare const routeModule: AppRouteRouteModule;
|
||
|
|
declare const requestAsyncStorage: import("../../client/components/request-async-storage.external").RequestAsyncStorage, staticGenerationAsyncStorage: import("../../client/components/static-generation-async-storage.external").StaticGenerationAsyncStorage, serverHooks: typeof import("../../client/components/hooks-server-context");
|
||
|
|
declare const originalPathname = "VAR_ORIGINAL_PATHNAME";
|
||
|
|
declare function patchFetch(): void;
|
||
|
|
export { routeModule, requestAsyncStorage, staticGenerationAsyncStorage, serverHooks, originalPathname, patchFetch, };
|