/**
 * @module validator
 */
/**
 * validate a string is valid google analytics id or not.
 */
export declare function isGoogleAnalyticsId(arg: string): boolean;
