import { JsonRpcResponse } from '../types'; import { WsState } from './types'; export default function onMessageSubscribe(self: WsState, response: JsonRpcResponse): void;