import { WebSocketServer } from 'ws';
import { Inspector, Replacer } from './types';
interface ServerInspectorOptions {
    server: WebSocketServer;
    serialize?: Replacer | undefined;
}
export declare function inspect(options: ServerInspectorOptions): Inspector;
export {};
//# sourceMappingURL=server.d.ts.map