/**
* Auto-mount entry point — self-executing prefab renderer.
*
* When loaded as ``, this bundle:
* 1. Calls `app()` to initialize bridge + handshake with the host
* 2. Listens for `onToolResult` (structuredContent) and mounts into `#root`
* 3. Listens for `onToolInput` and mounts if the payload is $prefab wire data
*
* Designed for CSP-restricted environments (VS Code webviews, sandboxed iframes)
* where inline `
* ```
*/
export {};
//# sourceMappingURL=auto.d.ts.map