import type { ServeCliOptions } from "../cli.js"; export interface HttpGatewayHandle { endpoint: string; close(): Promise; } export declare function runHttpGateway(options: ServeCliOptions, dependencies?: { stateDirectory?: string; bodyLimit?: number; }): Promise; //# sourceMappingURL=gateway.d.ts.map