/**
 * Places the caret at start or end of a given element.
 *
 * @param {HTMLElement} container Focusable element.
 * @param {boolean}     isReverse True for end, false for start.
 */
export default function placeCaretAtHorizontalEdge(container: HTMLElement, isReverse: boolean): void;
//# sourceMappingURL=place-caret-at-horizontal-edge.d.ts.map