/** * @name generic-bots.constants * @description Core generic-bots.constants in ngx-responsive * * @license MIT */ import { IBot } from '../interfaces'; export declare const BOTS: IBot;