import type { Context } from '../context.js'; import type { Phase, Plan } from '../types.js'; export declare const routesPhase: Phase; export declare function buildRoutesPlan(ctx: Context): Plan; export declare function renameAdminSegment(rel: string, segments: readonly string[]): string; //# sourceMappingURL=routes.d.ts.map