import type { WebSocketApiType } from "../../../../Resources/WebApi/WebSocket/WebSocketApi";
import type { WebSocketRouteType } from "../../../../Resources/WebApi/WebSocket/WebSocketRoute";
import type { BlueprintHelper } from "../../../BlueprintHelper";
import type { ResourceHelper } from "../../../ResourceHelper";
import type { WebApiEndpointUtilsBase } from "../common";
export declare function getWebSocketRouteUtils(blueprint: BlueprintHelper, route: ResourceHelper<WebSocketRouteType>): WebSocketRouteUtils;
export interface WebSocketRouteUtils extends WebApiEndpointUtilsBase<WebSocketApiType> {
}
