/** * Shared host-product protocol surface. * * Re-exported from the internal protocol source so hosts consuming * `host-sdk` can adopt the same external product protocol without * requiring the standalone package at install time. */ export * from "./internal/api-protocol/index.js"; //# sourceMappingURL=api-protocol.d.ts.map