// Private Z.ai helpers for bundled provider plugins that need endpoint detection.

export {
  detectZaiEndpoint,
  type ZaiDetectedEndpoint,
  type ZaiEndpointId,
} from "../plugins/provider-zai-endpoint.js";
