import type { MatchedRouteInfo } from './MatchedRouteInfo.js'; import type { Response as ExpressResponse } from 'express'; export declare class TungstenServer { protected handleRedirects(res: ExpressResponse, matchedRouteInfo: MatchedRouteInfo): boolean; } //# sourceMappingURL=TungstenServer.d.ts.map