export declare const RETICLE_OVERLAY: string; export declare function setPresenterVisible(visible: boolean): void; export declare function isPresenterVisible(): boolean; export declare function setIgnoreSelectors(selectors: string[]): void; export declare function isReticleOverlay(el: Element): boolean; export declare function isReticleUi(node: Element | null): boolean; export declare function isIgnored(el: Element): boolean;