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, customBlockedUserAgents: string[]) => boolean;