/**
 *	@fileOverview Checks validation
 *	@param {string} a1
 *
 *	@return {boolean}
 */
export default function (a1: string): boolean;
