import { z } from "zod"; import { DecodeState, zSharePageUpdateWebsocketMessage } from "./types"; declare const handleSharePageUpdateOperation: ({ changes, notebookPageId, dependencies, }: z.infer, decodeState: DecodeState) => Promise; export default handleSharePageUpdateOperation;