export declare function enabled(value: boolean): void; export declare function enableSecureView(imagePath?: string): void; export declare function disableSecureView(): void; export declare function usePreventScreenshot(): void; export declare function useDisableSecureView(): void; export declare function addListener(fn: () => void): () => void;