import http from 'node:http'; import https from 'node:https'; import type { GatewayOptions } from './types.js'; export declare function startGateway(options: GatewayOptions): Promise | https.Server>; //# sourceMappingURL=gateway.d.ts.map