/** * Checks if selection is inside a specific selector * @param selection * @param selector * @return true if selection is completely inside a particular selector */ export declare function tuiIsSelectionIn({ anchorNode, focusNode }: Selection, selector: string): boolean;