import type { startGatewayServer } from "../../gateway/server.js"; import type { defaultRuntime } from "../../runtime.js"; export declare function runGatewayLoop(params: { start: () => Promise>>; runtime: typeof defaultRuntime; }): Promise;