import type { RouteObject } from "./types.js"; export declare const addPrefixOnNonEmpty: (value: string, prefix: string) => string; export declare const concatRoutes: (routeA: RouteObject, routeB: RouteObject) => string;