/**
 * Checks if a given string exists in the user agent string.
 */
export declare function isUA(string: string): boolean;
