export declare function hideElements(selectors: string[]): void;
export declare function restoreElements(selectors: string[]): void;
