import type http from "node:http";
export declare function navigationFallback(req: http.IncomingMessage, res: http.ServerResponse, navigationFallback: SWAConfigFileNavigationFallback): boolean;
export declare function isRequestPathExcludedFromNavigationFallback(normalizedDecodedRequestPath: string | undefined, navigationFallback: SWAConfigFileNavigationFallback | undefined, matchedRoute: SWAConfigFileRoute | undefined): boolean | undefined;
//# sourceMappingURL=navigation-fallback.d.ts.map