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