import type { Server } from 'bun'; import type { WebSocketData } from '../json-rpc-websocket-runtime.ts'; export declare function stopBunServerForShutdown(server: Server): Promise;