export declare const DEFAULT_BLOCKED_UA_STRS: string[]; /** * Block various web spiders from executing our JS and sending false capturing data */ export declare const isBlockedUA: (ua: string | undefined, customBlockedUserAgents?: string[]) => boolean; //# sourceMappingURL=bot-detection.d.ts.map