import { z } from "zod"; import { DecodeState, zSharePageForceWebsocketMessage } from "./types"; declare const handleSharePageForceOperation: ({ notebookPageId, state }: z.infer, decodeState: DecodeState) => Promise; export default handleSharePageForceOperation;