import WebSocket from 'ws'; export declare function startAuthenticatedServer(publicKey: string, port: number, handler: (host: string, ws: WebSocket) => void): void;