import type { HandlerContext } from "../types.js"; /** Resolve whether a request is serving released production content. */ export declare function isProductionMode(ctx: HandlerContext): boolean; /** Keep dot-prefixed route segments out of released rendering surfaces. */ export declare function shouldHideRouteInProduction(ctx: HandlerContext, slug: string): boolean; //# sourceMappingURL=route-visibility-policy.d.ts.map