import type { UseBotDetectionOptions, UseBotDetectionReturn } from '../../types.js';
export declare function useBotDetection(options?: UseBotDetectionOptions): UseBotDetectionReturn;
