importtype { Selector } from'../../types/internal';
/**
* Returns `true`, if the selector is in the viewport
* (intersects with the viewport at least in one point), and `false` otherwise.
*/exportdeclareconstisSelectorInViewport: (selector: Selector) =>Promise<boolean>;