import { z } from "zod"; import { zErrorWebsocketMessage } from "./types"; declare const handleErrorOperation: ({ message, }: z.infer) => void; export default handleErrorOperation;