import type { IncomingMessage } from 'node:http'; export declare function joinDevelopmentBasePath(base: string, path: string): string; export declare function createServerEntryReadyPath(base: string): string; export declare function createViteClientPath(base: string): string; export declare function getRequestPathname(request: Pick): string; export declare function isHtmlNavigationRequest(request: Pick): boolean; //# sourceMappingURL=server-entry-loading.d.ts.map