export { startGatewayEarlyRuntime } from "./server-startup-early.js";
export {
  __testing,
  startGatewayPostAttachRuntime,
  startGatewaySidecars,
} from "./server-startup-post-attach.js";
