import { WsState } from './types'; export default function unsubscribe(self: WsState, method: string, id: number): Promise;