import type { ConfigurationNode, UrlRoot } from "./wj-config.js";
declare function makeWsUrlFunctions(ws: UrlRoot | ConfigurationNode, routeValuesRegExp: RegExp, isBrowser: boolean, parent?: UrlRoot): void;
export default makeWsUrlFunctions;
//# sourceMappingURL=makeWsUrlFunctions.d.ts.map