import type { RouteConfig } from "../types/route-config";
import { ROUTES } from "../types/routes";
export declare const routeConfig: Record<ROUTES, RouteConfig>;
