import { z } from "zod"; import { MessageSource, zSharePageResponseWebsocketMessage } from "./types"; declare const handleSharePageResponseOperation: ({ success, title, rejected, }: z.infer, source: MessageSource) => void; export default handleSharePageResponseOperation;