#!/usr/bin/env node import type { AcpServerOptions } from "./types.js"; export declare function serveAcpGateway(opts?: AcpServerOptions): void;