export declare const useMockDetectorControl: (storagePrefix?: string) => { isPermanentlyDisabled: boolean; isSessionHidden: boolean; isVisible: boolean; disablePermanently: () => void; enable: () => void; hideForSession: () => void; showForSession: () => void; getUninstallInstructions: () => { npm: string; removeImport: string; alternative: string; }; };