export type SocketMessage = { method: string; arguments?: any; };