import type { DashboardRouteContext, DashboardRouteDependencies } from "./dashboard-route-types.js";
/**
 * Build the per-server route context from the server's raw dependency bag, resolving state-file paths
 * and wiring the shared IO helpers exactly once per server instance.
 *
 * @param deps - server-owned dependencies (default path, dev flag, template/version, JSON responder,
 *   body reader) that the helpers close over
 * @returns the route context: the dependencies plus resolved state-file paths, a fresh quality audit
 *   cache, and the evidence/path-validation/error-status helpers
 */
export declare function createDashboardRouteContext(deps: DashboardRouteDependencies): DashboardRouteContext;
//# sourceMappingURL=dashboard-route-context.d.ts.map