import { Fns } from "../../core/types.js"; import { WsHandler, WsHandlerOptions } from "./types.js"; export declare function wsHandler({ tap: oTap, accepter, timeout }: WsHandlerOptions): WsHandler;