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