/** * The installed `@synap-core/workspace-templates` version — the "is my bundle * stale?" winner signal the catalog merge door compares against each CP row's * `sourcePackage.version`. * * Resolved from the installed package.json. The package subpath is blocked by * `exports`, so we walk up from the resolved entry. On failure we return "" — * unparseable ⇒ the door keeps the bundle (safe default). Shared by `launch` * and `market` so there is ONE copy. */ export declare function bundledTemplatesVersion(): string;