/** * Mock for rsc-router:version virtual module. * Used by vitest since the virtual module is only available at build time. * Empty string disables version path in URLs for simpler test assertions. */ export declare const VERSION = ""; //# sourceMappingURL=version.d.ts.map