import http from 'node:http'; import type { Kernel } from './kernel.js'; export declare function startHttpBridge(kernel: Kernel, port: number): Promise; //# sourceMappingURL=http-bridge.d.ts.map