import { z } from "zod"; import { MessageSource, zSharePageWebsocketMessage } from "./types"; declare const handleSharePageOperation: (data: z.infer, source: MessageSource, uuid: string) => void; export default handleSharePageOperation;