export declare const placeCaretAfter: (node: Node) => void;
export declare const placeCaretInside: (node: Node, atEnd?: boolean) => void;
