import { SlateValue } from "./SlateValue"; import { SlateSelection } from "./SlateSelection"; import { SlateOperation } from "./SlateOperation"; export declare function applyPresence(value: SlateValue, selection: SlateSelection, operation: SlateOperation, isOwn: boolean): SlateSelection;