import type { Selector } from '../../../types/internal';
/**
 * Asserts that selector is entirely in the viewport
 * (all selector points are in the viewport).
 */
export declare const assertSelectorEntirelyInViewport: (selector: Selector) => Promise<void>;
