import type { Socket } from 'phoenix'; export declare function safeDisconnect(socket: Socket): Promise;